mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
Update __init__.py
fix qwen3 url
This commit is contained in:
parent
bb61a23fb1
commit
5d44bdd210
@ -354,7 +354,7 @@ class ModelType(enum.Enum):
|
|||||||
QWEN3 = {
|
QWEN3 = {
|
||||||
"type": "qwen3",
|
"type": "qwen3",
|
||||||
"name": "Qwen 3",
|
"name": "Qwen 3",
|
||||||
"url": "https://huggingface.co/collections/Qwen/qwen3-67c6c6f89c4f76621268bb6d",
|
"url": "https://huggingface.co/collections/Qwen/qwen3-67dd247413f0e2e4f653967f",
|
||||||
}
|
}
|
||||||
QWEN2_VL = {
|
QWEN2_VL = {
|
||||||
"type": "qwen2_vl",
|
"type": "qwen2_vl",
|
||||||
|
Loading…
Reference in New Issue
Block a user