We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5853794 commit 6d3ba86Copy full SHA for 6d3ba86
tests/models/registry.py
@@ -61,6 +61,8 @@ class _HfExamplesInfo:
61
"DeepseekForCausalLM": _HfExamplesInfo("deepseek-ai/deepseek-llm-7b-chat"),
62
"DeepseekV2ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V2-Lite-Chat", # noqa: E501
63
trust_remote_code=True),
64
+ "DeepseekV3ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V3", # noqa: E501
65
+ trust_remote_code=True),
66
"ExaoneForCausalLM": _HfExamplesInfo("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct"), # noqa: E501
67
"FalconForCausalLM": _HfExamplesInfo("tiiuae/falcon-7b"),
68
"GemmaForCausalLM": _HfExamplesInfo("google/gemma-2b"),
0 commit comments