Parse the TP value out of the results dir name (e.g. ...-tp2). Defaults to 1.
(results_dir: Path)
| 41 | "Qwen3-32B", |
| 42 | "gpt-oss-120b", |
| 43 | "Llama-3.3-70B-Instruct", |
| 44 | ] |
| 45 | |
| 46 | MAX_CONCURRENCY = 64 |
| 47 | |
| 48 | |
| 49 | def tp_from_dir(results_dir: Path) -> int: |
no outgoing calls
no test coverage detected