Skip to content

Commit 9eb626e

Browse files
committed
unit test readme.
Signed-off-by: xipingya <xiping.yan@intel.com>
1 parent dabc23a commit 9eb626e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tests/module_genai/cpp/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Each module's unit test.
55
# How to run
66

77
Refer script: run_test.sh
8+
Please prepare your test models and copy to [PATH](./test_models/)
89

910
```
1011
cd [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+
```

0 commit comments

Comments
 (0)