Skip to content

Commit 6d3ba86

Browse files
robertgshaw2-redhatmzusman
authored andcommitted
[CI] Fix broken CI (vllm-project#11543)
1 parent 5853794 commit 6d3ba86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/models/registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class _HfExamplesInfo:
6161
"DeepseekForCausalLM": _HfExamplesInfo("deepseek-ai/deepseek-llm-7b-chat"),
6262
"DeepseekV2ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V2-Lite-Chat", # noqa: E501
6363
trust_remote_code=True),
64+
"DeepseekV3ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V3", # noqa: E501
65+
trust_remote_code=True),
6466
"ExaoneForCausalLM": _HfExamplesInfo("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct"), # noqa: E501
6567
"FalconForCausalLM": _HfExamplesInfo("tiiuae/falcon-7b"),
6668
"GemmaForCausalLM": _HfExamplesInfo("google/gemma-2b"),

0 commit comments

Comments
 (0)