File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments