Update __init__.py

fix qwen3 url
This commit is contained in:
icyboy™ 2025-07-29 11:26:56 +08:00 committed by GitHub
parent bb61a23fb1
commit 5d44bdd210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,7 +354,7 @@ class ModelType(enum.Enum):
QWEN3 = {
"type": "qwen3",
"name": "Qwen 3",
"url": "https://huggingface.co/collections/Qwen/qwen3-67c6c6f89c4f76621268bb6d",
"url": "https://huggingface.co/collections/Qwen/qwen3-67dd247413f0e2e4f653967f",
}
QWEN2_VL = {
"type": "qwen2_vl",