fix Yi-34b model config error(close #2491) (#2492)

This commit is contained in:
liunux4odoo 2023-12-28 07:57:25 +08:00 committed by GitHub
parent 4e69033d33
commit 1f3a32ebaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ MODEL_PATH = {
"agentlm-13b": "THUDM/agentlm-13b", "agentlm-13b": "THUDM/agentlm-13b",
"agentlm-70b": "THUDM/agentlm-70b", "agentlm-70b": "THUDM/agentlm-70b",
"Yi-34B-Chat": "https://huggingface.co/01-ai/Yi-34B-Chat", "Yi-34B-Chat": "01-ai/Yi-34B-Chat",
}, },
} }