hsuwill000 commited on
Commit
aa04efd
·
verified ·
1 Parent(s): 38b3f94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import time
6
 
7
  import huggingface_hub as hf_hub
8
  # 初始化 OpenVINO 模型
9
- model_id = "OpenVINO/Qwen3-0.6B-int4-ov"
10
- model_path = "Qwen3-0.6B-int4-ov"
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