Major cluster orchestration refactoring to support running without Ray

This commit is contained in:
Eugene Rakhmatulin
2026-03-13 11:55:18 -07:00
parent d609fecef3
commit 03b055d7f0
6 changed files with 204 additions and 330 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
set -e
echo "Setting up cluster initialization script..."
cp run-cluster-node.sh $WORKSPACE_DIR/run-cluster-node.sh
chmod +x $WORKSPACE_DIR/run-cluster-node.sh
# NGC vLLM mod: container initialization is now handled by launch-cluster.sh
echo "NGC vLLM mod applied."