mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 04:15:01 +08:00
[CI] Fix broken CI (#11543)
This commit is contained in:
parent
81b979f2a8
commit
46d4359450
@ -61,6 +61,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
|
|||||||
"DeepseekForCausalLM": _HfExamplesInfo("deepseek-ai/deepseek-llm-7b-chat"),
|
"DeepseekForCausalLM": _HfExamplesInfo("deepseek-ai/deepseek-llm-7b-chat"),
|
||||||
"DeepseekV2ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V2-Lite-Chat", # noqa: E501
|
"DeepseekV2ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V2-Lite-Chat", # noqa: E501
|
||||||
trust_remote_code=True),
|
trust_remote_code=True),
|
||||||
|
"DeepseekV3ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V3", # noqa: E501
|
||||||
|
trust_remote_code=True),
|
||||||
"ExaoneForCausalLM": _HfExamplesInfo("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct"), # noqa: E501
|
"ExaoneForCausalLM": _HfExamplesInfo("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct"), # noqa: E501
|
||||||
"FalconForCausalLM": _HfExamplesInfo("tiiuae/falcon-7b"),
|
"FalconForCausalLM": _HfExamplesInfo("tiiuae/falcon-7b"),
|
||||||
"GemmaForCausalLM": _HfExamplesInfo("google/gemma-2b"),
|
"GemmaForCausalLM": _HfExamplesInfo("google/gemma-2b"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user