Skip to content

Commit 9a8dc6d

Browse files
author
chanchzhang
committed
fix hf_path
Signed-off-by: zhangcheng <chzhang_bj@163.com>
1 parent 8cc497f commit 9a8dc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/megatron/bridge/recipes/qwen_vl/qwen3_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def qwen3_omni_30b_a3b_finetune_config(**user_kwargs: Unpack[Qwen3VLCommonKwargs
248248
is_full_sft = peft_value is None or (isinstance(peft_value, str) and peft_value.lower() == "none")
249249

250250
recommended_kwargs: Qwen3VLCommonKwargs = {
251-
"hf_path": "../hf-hub/Qwen/Qwen3-Omni-30B-A3B-Instruct",
251+
"hf_path": "Qwen/Qwen3-Omni-30B-A3B-Instruct",
252252
"tensor_model_parallel_size": 1,
253253
"pipeline_model_parallel_size": 1,
254254
"pipeline_dtype": torch.bfloat16,

0 commit comments

Comments
 (0)