File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 28
28
# not compatible with pip-compile.
29
29
"pfnet/plamo-2-1b" ,
30
30
"Zyphra/Zamba2-1.2B-instruct" ,
31
- "ibm-ai-platform/Bamba-9B " ,
31
+ "hmellor/bamba-tiny-random " ,
32
32
]
33
33
34
34
# Avoid OOM
Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ def check_available_online(
120
120
trust_remote_code = True ),
121
121
"BaichuanForCausalLM" : _HfExamplesInfo ("baichuan-inc/Baichuan2-7B-chat" ,
122
122
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
124
125
"BloomForCausalLM" : _HfExamplesInfo ("bigscience/bloom-560m" ,
125
126
{"1b" : "bigscience/bloomz-1b1" }),
126
127
"ChatGLMModel" : _HfExamplesInfo ("THUDM/chatglm3-6b" ,
Original file line number Diff line number Diff line change 12
12
"openai/whisper-large-v3" , # transcription
13
13
"facebook/bart-large-cnn" , # encoder decoder
14
14
"mistralai/Mamba-Codestral-7B-v0.1" , # mamba
15
- "ibm-ai-platform/Bamba-9B " , # hybrid
15
+ "hmellor/bamba-tiny-random " , # hybrid
16
16
"BAAI/bge-m3" , # embedding
17
17
]
18
18
You can’t perform that action at this time.
0 commit comments