Skip to content

Commit

Permalink
Add llama3.3:70b
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 7, 2024
1 parent b378c3a commit 554c15c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions AiServer/wwwroot/lib/data/ai-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,16 @@
"description": "Llama 3.1 is a new state-of-the-art model from Meta available in 8B, 70B and 405B parameter sizes.",
"icon": "/img/models/llama.svg"
},
{
"id": "llama3.3",
"tags": [
"70b"
],
"latest": "70b",
"website": "https://ollama.com/library/llama3.3",
"description": "New state of the art 70B model. Llama 3.3 70B offers similar performance compared to Llama 3.1 405B model.",
"icon": "/img/models/llama.svg"
},
{
"id": "llava",
"tags": [
Expand Down
2 changes: 2 additions & 0 deletions AiServer/wwwroot/lib/data/ai-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"llama3.1:8b": "meta-llama/llama-3.1-8b-instruct",
"llama3.1:70b": "meta-llama/llama-3.1-70b-instruct",
"llama3.1:405b": "meta-llama/llama-3.1-405b-instruct",
"llama3.3:70b": "meta-llama/llama-3.3-70b-instruct",
"llama3-groq-tool-use:8b": "llama3-groq-8b-8192-tool-use-preview",
"llama3-groq-tool-use:70b": "llama3-groq-70b-8192-tool-use-preview",
"mistral:7b": "mistralai/mistral-7b-instruct",
Expand Down Expand Up @@ -158,6 +159,7 @@
"llama3.1:8b": "llama-3.1-8b-instant",
"llama3.1:70b": "llama-3.1-70b-versatile",
"llama3.1:405b": "llama-3.1-405b-reasoning",
"llama3.3:70b": "llama-3.3-70b-versatile",
"mixtral:8x7b": "mixtral-8x7b-32768"
}
},
Expand Down

0 comments on commit 554c15c

Please sign in to comment.