We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86ddfd commit cfec042Copy full SHA for cfec042
README.md
@@ -56,10 +56,7 @@ And then, run any command to start full node `cortex`:
56
```Bash
57
1. cd CortexTheseus
58
2. export LD_LIBRARY_PATH=$PWD/infernet/build/cpu/:$PWD/infernet/build/gpu:$LD_LIBRARY_PATH
59
-3. (1)./build/bin/cortex
60
- (2)./build/bin/cortex --infer.devicetype=ipc://cpu(gpu)
61
- (3)You can also run cortex full node as multiple services
62
- ./cvm.sh then node.sh
63
- (4)It is easy way to run cortex full node
64
- ./start.sh or ./start_gpu.sh or ./start_solo.sh
+3. ./build/bin/cortex
+
+It is easy for you to view the help document by running ./build/bin/cortex --help
65
```
0 commit comments