Skip to content

Commit 69c303e

Browse files
committed
Update tests/python_tests/samples/conftest.py
1 parent 08dd0a6 commit 69c303e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/python_tests/samples/conftest.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,15 @@
6868
"llava-v1.6-mistral-7b-hf": {
6969
"name": "llava-hf/llava-v1.6-mistral-7b-hf",
7070
"convert_args": ['--trust-remote-code']
71-
}
71+
},
72+
"dreamlike-anime-1.0": {
73+
"name": "dreamlike-art/dreamlike-anime-1.0",
74+
"convert_args": ['--trust-remote-code', '--weight-format', 'fp16', "--task", "stable-diffusion"]
75+
},
76+
"LCM_Dreamshaper_v7-int8-ov": {
77+
"name": "OpenVINO/LCM_Dreamshaper_v7-int8-ov",
78+
"convert_args": []
79+
}
7280
}
7381

7482
TEST_FILES = {

0 commit comments

Comments
 (0)