Skip to content

Commit

Permalink
[llm_bench] add support granite and granitemoe models (openvinotoolki…
Browse files Browse the repository at this point in the history
…t#1486)

related to huggingface/optimum-intel#1099
added opportunity to test these models via llm_bench

Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
eaidova and ilya-lavrenov authored Jan 7, 2025
1 parent 48dfd16 commit 09a5426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/llm_bench/llm_bench_utils/config_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
"olmo",
"phi3",
"starcoder",
"instruct-gpt"
"instruct-gpt",
"granite",
"granitemoe",
],
'ldm_super_resolution': ['ldm-super-resolution'],
}
Expand Down

0 comments on commit 09a5426

Please sign in to comment.