Skip to content

Commit 50dff0b

Browse files
authored
[llm_bench] Add support smolvlm for optimum only (openvinotoolkit#2957)
## Description <!-- Please include a summary of the change. Also include relevant motivation and context. --> add support of smolvlm to llm_bench, it's not working for GenAI, but working with optimum-intel <!--- Jira ticket number (e.g., 123). Delete if there's no ticket. Don't include full link or project name. --> Ticket: CVS-174310 ## Checklist: - [ ] Tests have been updated or added to cover the new code <!--- If the change isn't maintenance related, update the tests at https://github.com/openvinotoolkit/openvino.genai/tree/master/tests or explain in the description why the tests don't need an update. --> - [ ] This patch fully addresses the ticket. <!--- If follow-up pull requests are needed, specify in description. --> - [ ] I have made corresponding changes to the documentation
1 parent 3c2f3e1 commit 50dff0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/llm_bench/llm_bench_utils/config_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class UseCaseTextToSpeech(UseCase):
128128
USE_CASES = {
129129
'image_gen': [UseCaseImageGen(['stable-diffusion-', 'ssd-', 'tiny-sd', 'small-sd', 'lcm-', 'sdxl', 'dreamlike', "flux"])],
130130
"visual_text_gen": [UseCaseVLM(["llava", "llava-next", "qwen2-vl", "llava-qwen2", "internvl-chat", "minicpmv", "phi3-v",
131-
"minicpm-v", "minicpmo", "maira2", "qwen2-5-vl"])],
131+
"minicpm-v", "minicpmo", "maira2", "qwen2-5-vl", "smolvlm"])],
132132
'speech_to_text': [UseCaseSpeech2Text(['whisper'])],
133133
'image_cls': [UseCaseImageCls(['vit'])],
134134
'code_gen': [UseCaseCodeGen(["codegen", "codegen2", "stable-code"]),

tools/llm_bench/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jinja2>=3.1.0
2020
scipy
2121
gguf_parser
2222
gguf>=0.10
23+
num2words

0 commit comments

Comments
 (0)