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: docs/content/docs/features/distributed_inferencing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,6 @@ The server logs should indicate that new workers are being discovered.
95
95
96
96
## Notes
97
97
98
-
- If running in p2p mode, make sure you start the container with `--net host` or `network_mode: host` in the docker-compose file.
98
+
- If running in p2p mode with container images, make sure you start the container with `--net host` or `network_mode: host` in the docker-compose file.
99
99
- Only a single model is supported currently.
100
100
- Ensure the server detects new workers before starting inference. Currently, additional workers cannot be added once inference has begun.
0 commit comments