Skip to content

Commit 0b66792

Browse files
authored
Fix model path casing for DeepSeek-V4-pro
1 parent 9e329c2 commit 0b66792

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)