model: support solar (#8189)

This commit is contained in:
Praneth Paruchuri
2025-09-15 23:51:13 +05:30
committed by GitHub
parent 28c79dc84a
commit a45d9a4ee8
3 changed files with 514 additions and 0 deletions

View File

@@ -67,7 +67,11 @@ ALL_MODELS = [
ModelCase("openai-community/gpt2"),
ModelCase("microsoft/phi-1_5", trust_remote_code=True),
ModelCase("adept/persimmon-8b-chat"),
ModelCase("upstage/SOLAR-10.7B-Instruct-v1.0"),
ModelCase("inclusionAI/Ling-lite", trust_remote_code=True),
ModelCase("microsoft/Phi-3-small-8k-instruct", trust_remote_code=True),
ModelCase("allenai/OLMo-2-1124-7B-Instruct", skip_long_prompt=True),
ModelCase("ibm-granite/granite-3.0-2b-instruct", skip_long_prompt=True),