Skip to content

Commit 5420c27

Browse files
authored
Update prod.yaml (#1460)
1 parent 438dfb9 commit 5420c27

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

chart/env/prod.yaml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -154,34 +154,6 @@ envVars:
154154
"stop": ["<|im_end|>"]
155155
}
156156
},
157-
{
158-
"name": "01-ai/Yi-1.5-34B-Chat",
159-
"tokenizer": "01-ai/Yi-1.5-34B-Chat",
160-
"description" : "Strong performance in reasoning while maintaining excellent capabilities in language understanding.",
161-
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/01-ai-logo.png",
162-
"modelUrl": "https://huggingface.co/01-ai/Yi-1.5-34B-Chat",
163-
"websiteUrl": "https://www.01.ai",
164-
"preprompt": "",
165-
"parameters": {
166-
"stop": ["<|im_end|>"],
167-
"temperature": 0.3,
168-
"max_new_tokens": 1024,
169-
"truncate": 1000,
170-
"top_p": 0.8,
171-
},
172-
"promptExamples": [
173-
{
174-
"title": "我的名字用中文怎么写?",
175-
"prompt": "请扮演一个起名大师,我将会给你一个我的英文名字,教我如何用中文写我的名字。"
176-
}, {
177-
"title": "写一首诗",
178-
"prompt": "请写一首讲 AI 的诗"
179-
}, {
180-
"title": "工作汇报",
181-
"prompt": "写一份工作汇报"
182-
}
183-
]
184-
},
185157
{
186158
"name": "mistralai/Mistral-7B-Instruct-v0.3",
187159
"displayName": "mistralai/Mistral-7B-Instruct-v0.3",
@@ -269,6 +241,7 @@ envVars:
269241
{ "name": "meta-llama/Meta-Llama-3-70B-Instruct"},
270242
{ "name": "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8"},
271243
{ "name": "CohereForAI/c4ai-command-r-plus", "transferTo": "CohereForAI/c4ai-command-r-plus-08-2024"}
244+
{ "name": "01-ai/Yi-1.5-34B-Chat", "transferTo": "CohereForAI/c4ai-command-r-plus-08-2024"}
272245
]
273246
PUBLIC_ORIGIN: "https://huggingface.co"
274247
PUBLIC_SHARE_PREFIX: "https://hf.co/chat"

0 commit comments

Comments
 (0)