Updated README with 3-node support

This commit is contained in:
Eugene Rakhmatulin
2026-03-31 18:19:22 -07:00
parent 044557943c
commit c4860b86a2

View File

@@ -167,7 +167,7 @@ You can try running a model on all 3 nodes in pipeline-parallel configuration us
```bash ```bash
./run-recipe.sh --discover # force mesh discovery ./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: 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: