Skip to content

Commit 6d694a4

Browse files
Fix typo
Co-authored-by: Cyrus Leung <[email protected]> Signed-off-by: Youssef Esseddiq <[email protected]>
1 parent 36031c6 commit 6d694a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def check_available_online(
371371
),
372372
"OuroForCausalLM": _HfExamplesInfo("ByteDance/Ouro-1.4B", trust_remote_code=True),
373373
"PanguEmbeddedForCausalLM": _HfExamplesInfo(
374-
"FreedomIntelligence/openPangu-Embedded-7B, trust_remote_code=True"
374+
"FreedomIntelligence/openPangu-Embedded-7B", trust_remote_code=True
375375
),
376376
"PersimmonForCausalLM": _HfExamplesInfo("adept/persimmon-8b-chat"),
377377
"PhiForCausalLM": _HfExamplesInfo("microsoft/phi-2"),

0 commit comments

Comments
 (0)