Skip to content

Commit e152c15

Browse files
authored
Fix model path casing in launch_gb200-nv.sh
1 parent 0b66792 commit e152c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runners/launch_gb200-nv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ elif [[ $FRAMEWORK == "dynamo-vllm" ]]; then
159159
if [[ "${IS_AGENTIC:-0}" == "1" ]]; then
160160
# AgentX was tuned against the canonical DeepSeek-V4-Pro
161161
# checkpoint, which is staged on compute-visible Lustre.
162-
export MODEL_PATH="/mnt/lustre01/models/deepseek-V4-pro"
162+
export MODEL_PATH="/mnt/lustre01/models/DeepSeek-V4-Pro/"
163163
else
164164
# Existing fixed-sequence GB200 recipes use the NVIDIA ModelOpt
165165
# NVFP4 checkpoint.

0 commit comments

Comments
 (0)