Skip to content

Commit a07a68a

Browse files
hmellorjimpang
authored and
jimpang
committed
Remove Bamba 9B from CI (vllm-project#17407)
Signed-off-by: Harry Mellor <[email protected]>
1 parent f23906e commit a07a68a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

tests/models/decoder_only/language/test_hybrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# not compatible with pip-compile.
2929
"pfnet/plamo-2-1b",
3030
"Zyphra/Zamba2-1.2B-instruct",
31-
"ibm-ai-platform/Bamba-9B",
31+
"hmellor/bamba-tiny-random",
3232
]
3333

3434
# Avoid OOM

tests/models/registry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def check_available_online(
120120
trust_remote_code=True),
121121
"BaichuanForCausalLM": _HfExamplesInfo("baichuan-inc/Baichuan2-7B-chat",
122122
trust_remote_code=True),
123-
"BambaForCausalLM": _HfExamplesInfo("ibm-ai-platform/Bamba-9B"),
123+
"BambaForCausalLM": _HfExamplesInfo("ibm-ai-platform/Bamba-9B",
124+
extras={"tiny": "hmellor/bamba-tiny-random"}), # noqa: E501
124125
"BloomForCausalLM": _HfExamplesInfo("bigscience/bloom-560m",
125126
{"1b": "bigscience/bloomz-1b1"}),
126127
"ChatGLMModel": _HfExamplesInfo("THUDM/chatglm3-6b",

tests/v1/test_oracle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"openai/whisper-large-v3", # transcription
1313
"facebook/bart-large-cnn", # encoder decoder
1414
"mistralai/Mamba-Codestral-7B-v0.1", # mamba
15-
"ibm-ai-platform/Bamba-9B", # hybrid
15+
"hmellor/bamba-tiny-random", # hybrid
1616
"BAAI/bge-m3", # embedding
1717
]
1818

0 commit comments

Comments
 (0)