Fix Qwen2 model URL in model table

This commit is contained in:
Daniël de Kok 2024-06-14 09:32:08 +02:00
parent f085355fbe
commit 332e16db26
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ Options:
--huggingface-hub-cache <HUGGINGFACE_HUB_CACHE> --huggingface-hub-cache <HUGGINGFACE_HUB_CACHE>
The location of the huggingface hub cache. Used to override the location if you want to provide a mounted disk for instance The location of the huggingface hub cache. Used to override the location if you want to provide a mounted disk for instance
[env: HUGGINGFACE_HUB_CACHE=] [env: HUGGINGFACE_HUB_CACHE=/scratch/daniel/.cache/huggingface/hub]
``` ```
## WEIGHTS_CACHE_OVERRIDE ## WEIGHTS_CACHE_OVERRIDE

View File

@ -196,7 +196,7 @@ class ModelType(enum.Enum):
QWEN2 = { QWEN2 = {
"type": "qwen2", "type": "qwen2",
"name": "Qwen 2", "name": "Qwen 2",
"url": "https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1", "url": "https://huggingface.co/collections/Qwen/qwen2-6659360b33528ced941e557f",
} }
OPT = { OPT = {
"type": "opt", "type": "opt",