Datasets:
Fix: PyTorch 2.10.0, CUDA 12.8 (was incorrectly CUDA 12.4)
Browse files
README.md
CHANGED
|
@@ -208,7 +208,7 @@ Some runs produce request failures, typically at high concurrency where the engi
|
|
| 208 |
|
| 209 |
### Hardware
|
| 210 |
|
| 211 |
-
All benchmarks collected on CUDA 12.
|
| 212 |
|
| 213 |
| GPU | VRAM | HBM bandwidth | Peak half-precision TFLOPS |
|
| 214 |
|-----|------|---------------|---------------------------|
|
|
@@ -286,7 +286,7 @@ ds = load_dataset("agent-perf-bench/AgentPerfBench", "trace_replay")
|
|
| 286 |
- Metrics: TTFT, TPOT, ITL, E2EL, request throughput, token throughput.
|
| 287 |
- Summary statistics: mean, median, p90, p99.
|
| 288 |
- Collection period: March 2026 onwards.
|
| 289 |
-
- CUDA 12.
|
| 290 |
|
| 291 |
## Future releases
|
| 292 |
|
|
@@ -302,7 +302,7 @@ ds = load_dataset("agent-perf-bench/AgentPerfBench", "trace_replay")
|
|
| 302 |
|
| 303 |
## Limitations
|
| 304 |
|
| 305 |
-
- Results are specific to tested hardware and software versions (vLLM 0.19.0, SGLang 0.5.9, CUDA 12.
|
| 306 |
- Distributional profiles approximate but do not replicate production traffic patterns.
|
| 307 |
- No consumer GPUs beyond RTX 3090; no non-NVIDIA accelerators.
|
| 308 |
- Closed-loop concurrency only; no open-loop (Poisson) arrivals.
|
|
|
|
| 208 |
|
| 209 |
### Hardware
|
| 210 |
|
| 211 |
+
All benchmarks collected on PyTorch 2.10.0, CUDA 12.8.
|
| 212 |
|
| 213 |
| GPU | VRAM | HBM bandwidth | Peak half-precision TFLOPS |
|
| 214 |
|-----|------|---------------|---------------------------|
|
|
|
|
| 286 |
- Metrics: TTFT, TPOT, ITL, E2EL, request throughput, token throughput.
|
| 287 |
- Summary statistics: mean, median, p90, p99.
|
| 288 |
- Collection period: March 2026 onwards.
|
| 289 |
+
- PyTorch 2.10.0, CUDA 12.8 on all machines. All models served in BF16 (gpt-oss: mxfp4 projection weights).
|
| 290 |
|
| 291 |
## Future releases
|
| 292 |
|
|
|
|
| 302 |
|
| 303 |
## Limitations
|
| 304 |
|
| 305 |
+
- Results are specific to tested hardware and software versions (vLLM 0.19.0, SGLang 0.5.9, PyTorch 2.10.0, CUDA 12.8).
|
| 306 |
- Distributional profiles approximate but do not replicate production traffic patterns.
|
| 307 |
- No consumer GPUs beyond RTX 3090; no non-NVIDIA accelerators.
|
| 308 |
- Closed-loop concurrency only; no open-loop (Poisson) arrivals.
|