add llama 3.2 (#2812)

This commit is contained in:
pablodanswer 2024-10-16 09:00:32 -07:00 committed by GitHub
parent c148fa5bfa
commit 65573210f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",