Add support for IBM Granite 3.x models (#2437)

This commit is contained in:
Fred Reiss
2024-12-11 06:30:23 -08:00
committed by GitHub
parent f8548295d6
commit 993956c6b1
5 changed files with 562 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ ALL_OTHER_MODELS = [
ModelCase("openai-community/gpt2"),
ModelCase("microsoft/Phi-3-small-8k-instruct"),
ModelCase("allenai/OLMo-2-1124-7B-Instruct", skip_long_prompt=True),
ModelCase("ibm-granite/granite-3.0-2b-instruct", skip_long_prompt=True),
]
TORCH_DTYPES = [torch.float16]