Skip to content

Commit

Permalink
add llama 3.2 (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx authored Oct 16, 2024
1 parent c148fa5 commit 6557321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/lib/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ const MODEL_DISPLAY_NAMES: { [key: string]: string } = {
"meta.llama3-1-70b-instruct-v1:0": "Llama 3.1 70B",
"meta.llama3-1-8b-instruct-v1:0": "Llama 3.1 8B",
"meta.llama3-70b-instruct-v1:0": "Llama 3 70B",
"meta.llama3-2-1b-instruct-v1:0": "Llama 3.2 1B",
"meta.llama3-2-3b-instruct-v1:0": "Llama 3.2 3B",
"meta.llama3-2-11b-instruct-v1:0": "Llama 3.2 11B",
"meta.llama3-2-90b-instruct-v1:0": "Llama 3.2 90B",
"meta.llama3-8b-instruct-v1:0": "Llama 3 8B",
"meta.llama2-70b-chat-v1": "Llama 2 70B",
"meta.llama2-13b-chat-v1": "Llama 2 13B",
Expand Down

0 comments on commit 6557321

Please sign in to comment.