Commit 50dff0b
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 documentation1 parent 3c2f3e1 commit 50dff0b
File tree
2 files changed
+2
-1
lines changed- tools/llm_bench
- llm_bench_utils
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
0 commit comments