Skip to content

Commit

Permalink
Correctly parse model names for starcoder-2-15b (#398)
Browse files Browse the repository at this point in the history
starcoder-2-15b's model name incorrectly parsed as gpt- due to get
use_case from model config.
  • Loading branch information
wgzintel authored Apr 29, 2024
1 parent 7365730 commit e9825f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llm_bench/python/utils/config_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"deci",
"internlm",
"olmo",
"phi3"
"phi3",
"starcoder"
],
'ldm_super_resolution': ['ldm-super-resolution'],
}
Expand Down

0 comments on commit e9825f2

Please sign in to comment.