model: support Apertus (#9774)

This commit is contained in:
EduardDurech
2025-09-12 05:49:10 +02:00
committed by GitHub
parent c7e85f5378
commit 46d8fb1c98
3 changed files with 801 additions and 0 deletions

View File

@@ -90,6 +90,11 @@ ALL_MODELS = [
trust_remote_code=True,
skip_long_prompt=True,
),
ModelCase(
"swiss-ai/Apertus-8B",
trust_remote_code=True,
skip_long_prompt=True,
),
]
TORCH_DTYPES = [torch.float16]