Skip to content

Commit d8134d2

Browse files
tdoublepamd-xiaoyu12
authored andcommitted
[CI] [Hybrid] Bump min transformers version for Bamba and Jamba (vllm-project#22908)
Signed-off-by: Thomas Parnell <[email protected]> Signed-off-by: Xiao Yu <[email protected]>
1 parent 82945ab commit d8134d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/models/registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def check_available_online(
151151
"BailingMoeForCausalLM": _HfExamplesInfo("inclusionAI/Ling-lite-1.5",
152152
trust_remote_code=True),
153153
"BambaForCausalLM": _HfExamplesInfo("ibm-ai-platform/Bamba-9B-v1",
154-
min_transformers_version="4.55.1",
154+
min_transformers_version="4.56.0",
155155
extras={"tiny": "hmellor/tiny-random-BambaForCausalLM"}), # noqa: E501
156156
"BloomForCausalLM": _HfExamplesInfo("bigscience/bloom-560m",
157157
{"1b": "bigscience/bloomz-1b1"}),
@@ -227,7 +227,7 @@ def check_available_online(
227227
trust_remote_code=True),
228228
"JAISLMHeadModel": _HfExamplesInfo("inceptionai/jais-13b-chat"),
229229
"JambaForCausalLM": _HfExamplesInfo("ai21labs/AI21-Jamba-1.5-Mini",
230-
min_transformers_version="4.55.1",
230+
min_transformers_version="4.56.0",
231231
extras={
232232
"tiny": "ai21labs/Jamba-tiny-dev",
233233
"random": "ai21labs/Jamba-tiny-random", # noqa: E501

0 commit comments

Comments
 (0)