Skip to content

Commit 3ccdcfd

Browse files
committed
test
1 parent a2f9cbe commit 3ccdcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __str__(self) -> str:
7979
str(Model.Llava): ("llava", "LlavaModel"),
8080
str(Model.EfficientSam): ("efficient_sam", "EfficientSAM"),
8181
str(Model.Qwen25): ("qwen2_5", "Qwen2_5Model"),
82-
str(Model.Phi4Mini): ("phi-4-mini", "Phi4MiniModel"),
82+
str(Model.Phi4Mini): ("phi-4-mini", "Phi4MiniModel"),a
8383
}
8484

8585
__all__ = [

0 commit comments

Comments
 (0)