Skip to content

Commit

Permalink
[llm_bench] add support granite and granitemoe models (#1486)
Browse files Browse the repository at this point in the history
related to huggingface/optimum-intel#1099
added opportunity to test these models via llm_bench

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
eaidova and ilya-lavrenov authored Jan 7, 2025
1 parent 48dfd16 commit 3e7fb58
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 3e7fb58

Please sign in to comment.