Skip to content

Commit 96b7b40

Browse files
Update the link for qwen2 (#2068)
* Update the link for qwen2 * Fix Qwen2 model URL in model table * Fix too eager staging --------- Co-authored-by: Daniël de Kok <[email protected]>
1 parent 093a27c commit 96b7b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/supported_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Text Generation Inference enables serving optimized models on specific hardware
2020
- [Baichuan](https://huggingface.co/baichuan-inc/Baichuan2-7B-Chat)
2121
- [Falcon](https://huggingface.co/tiiuae/falcon-7b-instruct)
2222
- [StarCoder 2](https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1)
23-
- [Qwen 2](https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1)
23+
- [Qwen 2](https://huggingface.co/collections/Qwen/qwen2-6659360b33528ced941e557f)
2424
- [Opt](https://huggingface.co/facebook/opt-6.7b)
2525
- [T5](https://huggingface.co/google/flan-t5-xxl)
2626
- [Galactica](https://huggingface.co/facebook/galactica-120b)

server/text_generation_server/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class ModelType(enum.Enum):
196196
QWEN2 = {
197197
"type": "qwen2",
198198
"name": "Qwen 2",
199-
"url": "https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1",
199+
"url": "https://huggingface.co/collections/Qwen/qwen2-6659360b33528ced941e557f",
200200
}
201201
OPT = {
202202
"type": "opt",

0 commit comments

Comments
 (0)