From c4860b86a279d2d28af1c6520f769f95b9a729d0 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Tue, 31 Mar 2026 18:19:22 -0700 Subject: [PATCH] Updated README with 3-node support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aefb51..0cdc99e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ You can try running a model on all 3 nodes in pipeline-parallel configuration us ```bash ./run-recipe.sh --discover # force mesh discovery -./run-recipe.sh recipes/3x-spark-cluster/qwen3.5-397b-int4-autoround --setup --no-ray --force-build # you can drop --setup and --force-build on subsequent calls +./run-recipe.sh recipes/3x-spark-cluster/qwen3.5-397b-int4-autoround.yaml --setup --no-ray --force-build # you can drop --setup and --force-build on subsequent calls ``` Please note that `--tensor-parallel-size 3` or `-tp 3` is not supported by any commonly used model, so the only two viable options to utilize all three nodes for a single model are: