From eae85d0e5ee41d49a6bbc1bb0c0e9aa0cdd33100 Mon Sep 17 00:00:00 2001 From: Ev Lacey Date: Tue, 2 Dec 2025 16:38:12 -0800 Subject: [PATCH] Revise cleanup section and update next steps Updated the README to remove cleanup instructions and clarify next steps. Do not remove IPs that we set up in separate guide within this playbook --- nvidia/vllm/README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/nvidia/vllm/README.md b/nvidia/vllm/README.md index 70ee63b..d52a709 100644 --- a/nvidia/vllm/README.md +++ b/nvidia/vllm/README.md @@ -319,25 +319,7 @@ nvidia-smi docker exec node nvidia-smi --query-gpu=memory.used,memory.total --format=csv ``` -## Step 14. Cleanup and rollback - -Remove temporary configurations and containers when testing is complete. - -> [!WARNING] -> This will stop all inference services and remove cluster configuration. - -```bash -## Stop containers on both nodes -docker stop node -docker rm node - -## Remove network configuration on both nodes -sudo ip addr del 192.168.100.10/24 dev enP2p1s0f1np1 # Node 1 -sudo ip addr del 192.168.100.11/24 dev enP2p1s0f1np1 # Node 2 -sudo ip link set enP2p1s0f1np1 down -``` - -## Step 15. Next steps +## Step 14. Next steps Access the Ray dashboard for cluster monitoring and explore additional features: