You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ai/orchestrators/start-orchestrator.mdx
+4-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ Please follow the steps below to start your AI Subnet Orchestrator node:
85
85
-`-aiWorker`: This flag enables the AI Worker functionality.
86
86
- `-aiModels`: This flag sets the path to the JSON file that contains the AI models.
87
87
- `-aiModelsDir`: This flag indicates the directory where the AI models are stored on the host machine.
88
-
88
+
- `-aiRunnerImage`: This optional flag specifies which version of the ai-runner image is used. Example: `livepeer/ai-runner:0.0.2`
89
+
89
90
Moreover, the `--network host` flag facilitates communication between the AI Orchestrator and the AI Runner container.
90
91
91
92
<Warning>Please note that since we use [docker-out-of-docker](https://tdongsi.github.io/blog/2017/04/23/docker-out-of-docker/), the `aiModelsDir` path should be defined as being on the host machine.</Warning>
@@ -172,6 +173,8 @@ Please follow the steps below to start your AI Subnet Orchestrator node:
172
173
-`-aiWorker`: This flag enables the AI Worker functionality.
173
174
- `-aiModels`: This flag sets the path to the JSON file that contains the AI models.
174
175
- `-aiModelsDir`: This flag indicates the directory where the AI models are stored.
176
+
- `-aiRunnerImage`: This optional flag specifies which version of the ai-runner image is used. Example: `livepeer/ai-runner:0.0.2`
177
+
175
178
</Step>
176
179
<Steptitle="Confirm Successful Startup of the AI Orchestrator">
177
180
If your AI Subnet Orchestrator node is functioning correctly, you should see the following output:
0 commit comments