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 36031c6 commit 6d694a4Copy full SHA for 6d694a4
tests/models/registry.py
@@ -371,7 +371,7 @@ def check_available_online(
371
),
372
"OuroForCausalLM": _HfExamplesInfo("ByteDance/Ouro-1.4B", trust_remote_code=True),
373
"PanguEmbeddedForCausalLM": _HfExamplesInfo(
374
- "FreedomIntelligence/openPangu-Embedded-7B, trust_remote_code=True"
+ "FreedomIntelligence/openPangu-Embedded-7B", trust_remote_code=True
375
376
"PersimmonForCausalLM": _HfExamplesInfo("adept/persimmon-8b-chat"),
377
"PhiForCausalLM": _HfExamplesInfo("microsoft/phi-2"),
0 commit comments