Dev/rst doc qa#445
Conversation
| @@ -0,0 +1,79 @@ | |||
| Running Angel System with Speech QA | |||
| ====================== | |||
There was a problem hiding this comment.
For RST files, these section demoninators are going to want to be the same character length as the section title. This will be a warning that is output by a Sphinx build. This comment applies to various sections below this.
| Running the Server | ||
| ---------------------- | ||
|
|
||
| Create conda environment | ||
| ---------------------- |
There was a problem hiding this comment.
Was it intended for the "Create conda environment" section to be a child of "Running the Server"? If so, I recommend following the section "tiering" documentation here. Following that documentation, this section should use ^ characters.
|
|
||
| .. code-block:: bash | ||
|
|
||
| export CUDA_VISIBLE_DEVICES=4; python speech_server.py |
There was a problem hiding this comment.
Theoretically, this should be equivalent to running CUDA_VISIBLE_DEVICES=4 python speech_server.py, but if what you have works, it works.
b0128d1 to
f644f55
Compare
|
See comments above still, if this was not already on your plate. |
No description provided.