File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 29
29
"openbmb/MiniCPM3-4B" ,
30
30
"Qwen/Qwen-7B-Chat" ,
31
31
"Qwen/Qwen2.5-0.5B-Instruct" ,
32
- "ehristoforu/Falcon3-MoE-2x7B-Insruct " ,
32
+ "TitanML/tiny-mixtral " ,
33
33
]
34
34
35
35
83
83
pytest .param ("stabilityai/stablelm-3b-4e1t" ), # stablelm
84
84
pytest .param ("bigcode/starcoder2-3b" ), # starcoder2
85
85
pytest .param (
86
- "ehristoforu/Falcon3-MoE-2x7B-Insruct" , # mixtral
87
- marks = [pytest .mark .cpu_model ,
88
- large_gpu_mark (min_gb = 48 )],
86
+ "TitanML/tiny-mixtral" , # mixtral
87
+ marks = [pytest .mark .cpu_model ],
89
88
)
90
89
])
91
90
@pytest .mark .parametrize ("max_tokens" , [32 ])
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def check_available_online(
191
191
trust_remote_code = True ),
192
192
"MistralForCausalLM" : _HfExamplesInfo ("mistralai/Mistral-7B-Instruct-v0.1" ),
193
193
"MixtralForCausalLM" : _HfExamplesInfo ("mistralai/Mixtral-8x7B-Instruct-v0.1" , # noqa: E501
194
- {"falcon3 " : "ehristoforu/Falcon3-MoE-2x7B-Insruct " }), # noqa: E501
194
+ {"tiny " : "TitanML/tiny-mixtral " }), # noqa: E501
195
195
"QuantMixtralForCausalLM" : _HfExamplesInfo ("mistral-community/Mixtral-8x22B-v0.1-AWQ" ), # noqa: E501
196
196
"MptForCausalLM" : _HfExamplesInfo ("mpt" , is_available_online = False ),
197
197
"MPTForCausalLM" : _HfExamplesInfo ("mosaicml/mpt-7b" ),
You can’t perform that action at this time.
0 commit comments