Spaces:
Running
Running
chores(hchat): update cohere command R+ to latest version (#1454)
Browse files- chart/env/prod.yaml +5 -4
chart/env/prod.yaml
CHANGED
@@ -69,10 +69,10 @@ envVars:
|
|
69 |
]
|
70 |
},
|
71 |
{
|
72 |
-
"name" : "CohereForAI/c4ai-command-r-plus",
|
73 |
"tokenizer": {"tokenizerUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/resolve/main/tokenizer.json", "tokenizerConfigUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/raw/main/tokenizer_config.json"},
|
74 |
-
"description": "Cohere's largest language model, optimized for conversational interaction and tool use.",
|
75 |
-
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
|
76 |
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
|
77 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
|
78 |
"tools": true,
|
@@ -267,7 +267,8 @@ envVars:
|
|
267 |
{ "name": "codellama/CodeLlama-70b-Instruct-hf" },
|
268 |
{ "name": "openchat/openchat-3.5-0106" },
|
269 |
{ "name": "meta-llama/Meta-Llama-3-70B-Instruct"},
|
270 |
-
{ "name": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8"}
|
|
|
271 |
]
|
272 |
PUBLIC_ORIGIN: "https://huggingface.co"
|
273 |
PUBLIC_SHARE_PREFIX: "https://hf.co/chat"
|
|
|
69 |
]
|
70 |
},
|
71 |
{
|
72 |
+
"name" : "CohereForAI/c4ai-command-r-plus-08-2024",
|
73 |
"tokenizer": {"tokenizerUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/resolve/main/tokenizer.json", "tokenizerConfigUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/raw/main/tokenizer_config.json"},
|
74 |
+
"description": "Cohere's largest language model, optimized for conversational interaction and tool use. Now with the 2024 update!",
|
75 |
+
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus-08-2024",
|
76 |
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
|
77 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
|
78 |
"tools": true,
|
|
|
267 |
{ "name": "codellama/CodeLlama-70b-Instruct-hf" },
|
268 |
{ "name": "openchat/openchat-3.5-0106" },
|
269 |
{ "name": "meta-llama/Meta-Llama-3-70B-Instruct"},
|
270 |
+
{ "name": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8"},
|
271 |
+
{ "name": "CohereForAI/c4ai-command-r-plus", "transferTo": "CohereForAI/c4ai-command-r-plus-08-2024"}
|
272 |
]
|
273 |
PUBLIC_ORIGIN: "https://huggingface.co"
|
274 |
PUBLIC_SHARE_PREFIX: "https://hf.co/chat"
|