"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "32963c24c529fc31df87439008832d4e7840bb3a"
Unverified Commit 7c45b8b4 authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

[CI] Fix qwen3-vl lora nightly ci (#12708)

parent ba5b6823
...@@ -96,19 +96,20 @@ LORA_MODEL_VARIANTS = [ ...@@ -96,19 +96,20 @@ LORA_MODEL_VARIANTS = [
max_loras_per_batch=1, max_loras_per_batch=1,
), ),
), ),
( # TODO: Move 30B MoE to 2 GPU runner
"Qwen3-VL-MoE", # (
LoRAModelCase( # "Qwen3-VL-MoE",
base="Qwen/Qwen3-VL-30B-A3B-Instruct", # LoRAModelCase(
adaptors=[ # base="Qwen/Qwen3-VL-30B-A3B-Instruct",
LoRAAdaptor( # adaptors=[
name="sosoai/qwen3_vl_30b_lora", # LoRAAdaptor(
prefill_tolerance=3e-1, # name="sosoai/qwen3_vl_30b_lora",
), # prefill_tolerance=3e-1,
], # ),
max_loras_per_batch=1, # ],
), # max_loras_per_batch=1,
), # ),
# ),
] ]
LORA_MAX_NEW_TOKENS = 32 LORA_MAX_NEW_TOKENS = 32
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment