hsuwill000 commited on
Commit
fd95a73
·
verified ·
1 Parent(s): 1e27ea1

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
  hf_hub.snapshot_download(model_id, local_dir=model_path)
12
 
13
  pipe = ov_genai.LLMPipeline(model_path, "CPU")
 
6
 
7
  import huggingface_hub as hf_hub
8
  # 初始化 OpenVINO 模型
9
+ model_id = "OpenVINO/Qwen3-8B-int4-ov"
10
+ model_path = "Qwen3-8B-int4-ov"
11
  hf_hub.snapshot_download(model_id, local_dir=model_path)
12
 
13
  pipe = ov_genai.LLMPipeline(model_path, "CPU")