From 070fd1b9da24b83e7791b2d232e474584c9fbbf8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 22 Jun 2024 10:06:09 +0200 Subject: [PATCH] Update distributed_inferencing.md Signed-off-by: Ettore Di Giacinto --- docs/content/docs/features/distributed_inferencing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/features/distributed_inferencing.md b/docs/content/docs/features/distributed_inferencing.md index c76b9f29..80a9a7cf 100644 --- a/docs/content/docs/features/distributed_inferencing.md +++ b/docs/content/docs/features/distributed_inferencing.md @@ -95,6 +95,6 @@ The server logs should indicate that new workers are being discovered. ## Notes -- If running in p2p mode, make sure you start the container with `--net host` or `network_mode: host` in the docker-compose file. +- 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. - Only a single model is supported currently. - Ensure the server detects new workers before starting inference. Currently, additional workers cannot be added once inference has begun.