We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa22a66 commit 5d36069Copy full SHA for 5d36069
1 file changed
runners/launch_b200-nvd.sh
@@ -35,9 +35,8 @@ else
35
export NUM_PROMPTS=$(( CONC * 10 ))
36
fi
37
38
-cd repo
39
ls -lt
40
-rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/gpt-oss-120b/
+sudo rm -rf /home/nvadmin/actions-runner/_work/InferenceMAX/InferenceMAX/gpt-oss-120b/
41
42
docker run --rm --init --network host --name $server_name \
43
--runtime nvidia --gpus all --ipc host --privileged --shm-size=16g --ulimit memlock=-1 --ulimit stack=67108864 \
0 commit comments