File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/text_generation_server/models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments