Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import time
|
|
6 |
|
7 |
import huggingface_hub as hf_hub
|
8 |
# 初始化 OpenVINO 模型
|
9 |
-
model_id = "OpenVINO/Qwen3-
|
10 |
-
model_path = "Qwen3-
|
11 |
#model_id = "OpenVINO/Phi-4-mini-instruct-int4-ov"
|
12 |
#model_path = "Phi-4-mini-instruct-int4-ov"
|
13 |
|
|
|
6 |
|
7 |
import huggingface_hub as hf_hub
|
8 |
# 初始化 OpenVINO 模型
|
9 |
+
model_id = "OpenVINO/Qwen3-1.7B-int8-ov"
|
10 |
+
model_path = "Qwen3-1.7B-int8-ov"
|
11 |
#model_id = "OpenVINO/Phi-4-mini-instruct-int4-ov"
|
12 |
#model_path = "Phi-4-mini-instruct-int4-ov"
|
13 |
|