Skip to content

Commit

Permalink
Add Phi4
Browse files Browse the repository at this point in the history
Signed-off-by: Demis Bellot <[email protected]>
  • Loading branch information
mythz committed Jan 9, 2025
1 parent f639d42 commit 3414777
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
11 changes: 11 additions & 0 deletions AiServer/wwwroot/img/models/phi4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion AiServer/wwwroot/lib/data/ai-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,9 +706,19 @@
],
"latest": "3.8b",
"website": "https://ollama.ai/library/phi3",
"description": "A new small LLaVA model fine-tuned from Phi 3 Mini.",
"description": "Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art open models by Microsoft.",
"icon": "/img/models/phi3.svg"
},
{
"id": "phi4",
"tags": [
"14b"
],
"latest": "14b",
"website": "https://ollama.ai/library/phi4",
"description": "Phi 4 is a 14B parameter, state-of-the-art open model from Microsoft.",
"icon": "/img/models/phi4.svg"
},
{
"id": "phind-codellama",
"tags": [
Expand Down

0 comments on commit 3414777

Please sign in to comment.