Skip to content

Commit

Permalink
[llm_bench] add support granite and granitemoe models
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Jan 6, 2025
1 parent b04b28b commit ea2dc52
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 ea2dc52

Please sign in to comment.