created main prompt bench

This commit is contained in:
2026-04-08 09:08:25 -04:00
committed by ForgeCode
parent d358f0fbec
commit d17c883476
4 changed files with 368 additions and 0 deletions

View File

@@ -15,3 +15,4 @@ class BenchmarkConfig(BaseModel):
temperature: float = 0.0
timeout: int = 300
concurrency: int = 4
vllm_startup_timeout: int = 900