Skip to content

Commit 0e3678c

Browse files
author
Xiake Sun
authored
[Test][GGUF] Add DeepSeek-R1-Distill-Qwen GGUF in CI (openvinotoolkit#2329)
**Details** Add tiny dummy gguf model as proxy model for DeepSeek-R1-Distill-Qwen GGUF model in pre-commit test
1 parent 5b0a7b0 commit 0e3678c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/python_tests/data/models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ def get_gguf_model_list():
8080
"gguf_model_id": "Qwen/Qwen2.5-0.5B-Instruct-GGUF",
8181
"gguf_filename": "qwen2.5-0.5b-instruct-q4_0.gguf"
8282
},
83+
{
84+
"gguf_model_id": "sammysun0711/tiny-random-deepseek-distill-qwen-gguf",
85+
"gguf_filename": "tiny-random-deepseek-distill-qwen_q8_0.gguf"
86+
},
8387
]

0 commit comments

Comments
 (0)