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 a2f9cbe commit 3ccdcfdCopy full SHA for 3ccdcfd
examples/models/__init__.py
@@ -79,7 +79,7 @@ def __str__(self) -> str:
79
str(Model.Llava): ("llava", "LlavaModel"),
80
str(Model.EfficientSam): ("efficient_sam", "EfficientSAM"),
81
str(Model.Qwen25): ("qwen2_5", "Qwen2_5Model"),
82
- str(Model.Phi4Mini): ("phi-4-mini", "Phi4MiniModel"),
+ str(Model.Phi4Mini): ("phi-4-mini", "Phi4MiniModel"),a
83
}
84
85
__all__ = [
0 commit comments