Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
7c45b8b4
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "37a44bb2839c1af18940b6cf38f5639c9c279caf"
Unverified
Commit
7c45b8b4
authored
Nov 05, 2025
by
Baizhou Zhang
Committed by
GitHub
Nov 05, 2025
Browse files
[CI] Fix qwen3-vl lora nightly ci (#12708)
parent
ba5b6823
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
test/srt/lora/test_lora_qwen3_vl.py
test/srt/lora/test_lora_qwen3_vl.py
+14
-13
No files found.
test/srt/lora/test_lora_qwen3_vl.py
View file @
7c45b8b4
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment