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
ce9d690e
Unverified
Commit
ce9d690e
authored
May 27, 2025
by
Mick
Committed by
GitHub
May 27, 2025
Browse files
fix: fix nightly test from updating transformers (#6658)
parent
bdaefbbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/configs/model_config.py
python/sglang/srt/configs/model_config.py
+1
-0
No files found.
python/sglang/srt/configs/model_config.py
View file @
ce9d690e
...
...
@@ -199,6 +199,7 @@ class ModelConfig:
if
(
"MistralModel"
in
self
.
hf_config
.
architectures
or
"MixtralForCausalLM"
in
self
.
hf_config
.
architectures
or
"MistralForCausalLM"
in
self
.
hf_config
.
architectures
):
if
getattr
(
self
,
"head_dim"
,
None
)
is
None
:
self
.
head_dim
=
(
...
...
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