File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Each module's unit test.
55# How to run
66
77Refer script: run_test.sh
8+ Please prepare your test models and copy to [ PATH] ( ./test_models/ )
89
910```
1011cd [PATH]/openvino.genai/tests/module_genai/cpp
@@ -24,4 +25,17 @@ cp ${OV_TOKENIZERS_LIB_PATH} ../../../build/tests/module_genai/cpp/
2425<!-- Filter test example -->
2526../../../build/tests/module_genai/cpp/genai_modules_test --gtest_filter="*cat_120_100_dog_120_120*"
2627
27- ```
28+ ```
29+
30+ # Supported model list
31+
32+ Corresponding yaml config [ path] ( ../../../samples/cpp/module_genai/config_yaml/ )
33+
34+ ```
35+ Qwen2.5-VL-3B-Instruct
36+ Z-Image-Turbo-fp16-ov
37+ Wan2.1-T2V-1.3B-Diffusers
38+ Qwen3.5-0.8B
39+ Qwen3.5-35B-A3B-Base_VL_OV_IR
40+ Qwen3-Omni-4B-Instruct-multilingual
41+ ```
You can’t perform that action at this time.
0 commit comments