Skip to content

Commit 1479f4f

Browse files
authored
Use quantized Qwen 3.5 vision model (#113)
Use quantized Qwen 3.5 vision model. Signed-off-by: Ziniu Lin <ziniu.lin@intel.com>
1 parent e6afcaf commit 1479f4f

File tree

1 file changed

+1
-1
lines changed
  • samples/cpp/module_genai/config_yaml/Qwen3.5-0.8B

1 file changed

+1
-1
lines changed

samples/cpp/module_genai/config_yaml/Qwen3.5-0.8B/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pipeline_modules:
8585
- name: "rope_delta"
8686
type: "OVTensor"
8787
params:
88-
model_path: "./tests/module_genai/cpp/test_models/Qwen3.5-0.8B/"
88+
model_path: "./tests/module_genai/cpp/test_models/Qwen3.5-0.8B/qwen3_5_vision_q4a_b4a_g128.xml"
8989
vision_start_token_id: 248053
9090

9191
llm:

0 commit comments

Comments
 (0)