hsuwill000 commited on
Commit
6b241f8
·
verified ·
1 Parent(s): 885df1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import huggingface_hub as hf_hub
9
  model_id = "OpenVINO/Qwen3-8B-int4-ov"
10
  model_path = "ov"
11
 
12
- config = openvino_genai.GenerationConfig()
13
  config.max_new_tokens = 2048
14
  config.top_p = 0.9;
15
  config.top_k = 10;
 
9
  model_id = "OpenVINO/Qwen3-8B-int4-ov"
10
  model_path = "ov"
11
 
12
+ config = ov_genai.GenerationConfig()
13
  config.max_new_tokens = 2048
14
  config.top_p = 0.9;
15
  config.top_k = 10;