Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ab9f2cfd
Unverified
Commit
ab9f2cfd
authored
Aug 14, 2025
by
Thomas Parnell
Committed by
GitHub
Aug 14, 2025
Browse files
[CI] [Hybrid] Bump min transformers version for Bamba and Jamba (#22908)
Signed-off-by:
Thomas Parnell
<
tpa@zurich.ibm.com
>
parent
dbe29804
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/models/registry.py
tests/models/registry.py
+2
-2
No files found.
tests/models/registry.py
View file @
ab9f2cfd
...
...
@@ -151,7 +151,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
"BailingMoeForCausalLM"
:
_HfExamplesInfo
(
"inclusionAI/Ling-lite-1.5"
,
trust_remote_code
=
True
),
"BambaForCausalLM"
:
_HfExamplesInfo
(
"ibm-ai-platform/Bamba-9B-v1"
,
min_transformers_version
=
"4.5
5.1
"
,
min_transformers_version
=
"4.5
6.0
"
,
extras
=
{
"tiny"
:
"hmellor/tiny-random-BambaForCausalLM"
}),
# noqa: E501
"BloomForCausalLM"
:
_HfExamplesInfo
(
"bigscience/bloom-560m"
,
{
"1b"
:
"bigscience/bloomz-1b1"
}),
...
...
@@ -227,7 +227,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
trust_remote_code
=
True
),
"JAISLMHeadModel"
:
_HfExamplesInfo
(
"inceptionai/jais-13b-chat"
),
"JambaForCausalLM"
:
_HfExamplesInfo
(
"ai21labs/AI21-Jamba-1.5-Mini"
,
min_transformers_version
=
"4.5
5.1
"
,
min_transformers_version
=
"4.5
6.0
"
,
extras
=
{
"tiny"
:
"ai21labs/Jamba-tiny-dev"
,
"random"
:
"ai21labs/Jamba-tiny-random"
,
# noqa: E501
...
...
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