Skip to content

Commit

Permalink
[lcnc] add starcoder2 model type to auto configure list (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk authored Apr 2, 2024
1 parent 89a22be commit 710e9c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public final class LmiConfigRecommender {
Map.entry("qwen", "vllm"),
Map.entry("qwen2", "vllm"),
Map.entry("stablelm", "vllm"),
Map.entry("dbrx", "lmi-dist"));
Map.entry("dbrx", "lmi-dist"),
Map.entry("starcoder2", "lmi-dist"));

private static final Set<String> OPTIMIZED_TASK_ARCHITECTURES =
Set.of("ForCausalLM", "LMHeadModel", "ForConditionalGeneration");
Expand Down

0 comments on commit 710e9c9

Please sign in to comment.