mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix Qwen2 model URL in model table
This commit is contained in:
parent
f085355fbe
commit
332e16db26
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user