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 dd8c83a commit 632f936Copy full SHA for 632f936
README.md
@@ -58,6 +58,8 @@ And then, run any command to start full node `cortex`:
58
2. export LD_LIBRARY_PATH=$PWD/infernet/build/cpu/:$PWD/infernet/build/gpu:$LD_LIBRARY_PATH
59
3. ./build/bin/cortex --syncmode fast --infer.devicetype=cpu/gpu
60
./build/bin/cortex --syncmode fast --infer.devicetype=ipc://cpu(gpu)
61
+ You can also run cortex full node as multiple services
62
./cvm.sh then node.sh
63
+ It is easy way to run cortex full node
64
./start.sh
65
```
0 commit comments