arturo-fredes commited on
Commit
b970775
·
verified ·
1 Parent(s): d52f5e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -29
README.md CHANGED
@@ -233,35 +233,15 @@ Benchmark scores were obtained with the following setups. Methodology varies by
233
 
234
  On the same hardware and harness, **HyperNova 60B 2605** is compared to **gpt-oss-120b** using GuideLLM. Each table lists **median** values for that model at each **concurrency phase** (1 → 256 concurrent requests).
235
 
236
- **gpt-oss-120b**
237
-
238
- | Concurrency | Throughput (tok/s) | E2E latency (s) | Output speed (tok/s) | TTFT (s) | Est. total memory (GB) | Model weights (GB) |
239
- |------------:|-------------------:|----------------:|-----------------------:|---------:|------------------------:|-------------------:|
240
- | 1 | 173 | 3.02 | 387.1 | 1.51 | 62.0 | 61.6 |
241
- | 2 | 292 | 3.89 | 372.1 | 1.78 | 62.4 | 61.6 |
242
- | 4 | 453 | 5.26 | 208.0 | 2.23 | 63.2 | 61.6 |
243
- | 8 | 643 | 6.47 | 181.7 | 3.02 | 64.8 | 61.6 |
244
- | 16 | 897 | 11.21 | 102.5 | 4.28 | 68.1 | 61.6 |
245
- | 32 | 1114 | 15.51 | 75.1 | 6.25 | 74.6 | 61.6 |
246
- | 64 | 1404 | 24.32 | 52.1 | 10.17 | 87.6 | 61.6 |
247
- | 128 | 1828 | 42.99 | 28.3 | 18.23 | 114.0 | 61.6 |
248
- | 192 | 1818 | 61.47 | 29.8 | 38.43 | 113.9 | 61.6 |
249
- | 256 | 1842 | 81.04 | 29.5 | 57.45 | 114.0 | 61.6 |
250
-
251
- **HyperNova 60B 2605**
252
-
253
- | Concurrency | Throughput (tok/s) | E2E latency (s) | Output speed (tok/s) | TTFT (s) | Est. total memory (GB) | Model weights (GB) |
254
- |------------:|-------------------:|----------------:|-----------------------:|---------:|------------------------:|-------------------:|
255
- | 1 | 179 | 2.12 | 336.3 | 1.20 | 32.1 | 31.8 |
256
- | 2 | 304 | 2.21 | 457.9 | 1.44 | 32.4 | 31.8 |
257
- | 4 | 487 | 2.91 | 305.8 | 1.76 | 33.0 | 31.8 |
258
- | 8 | 740 | 3.84 | 207.8 | 2.31 | 34.1 | 31.8 |
259
- | 16 | 982 | 5.74 | 142.0 | 3.37 | 36.5 | 31.8 |
260
- | 32 | 1233 | 8.46 | 101.7 | 5.25 | 41.1 | 31.8 |
261
- | 64 | 1482 | 14.14 | 54.2 | 8.60 | 50.4 | 31.8 |
262
- | 128 | 1923 | 25.03 | 32.0 | 15.09 | 69.0 | 31.8 |
263
- | 192 | 1808 | 37.88 | 24.5 | 23.93 | 87.6 | 31.8 |
264
- | 256 | 1716 | 52.16 | 18.8 | 31.89 | 106.5 | 31.8 |
265
 
266
 
267
 
 
233
 
234
  On the same hardware and harness, **HyperNova 60B 2605** is compared to **gpt-oss-120b** using GuideLLM. Each table lists **median** values for that model at each **concurrency phase** (1 → 256 concurrent requests).
235
 
236
+ | Metric | GPT-OSS-120B | Hypernova 60B 2605 |
237
+ |--------|-------------:|-------------------:|
238
+ | Concurrency | 128 | 128 |
239
+ | Throughput (tok/s) | 3,821 | 5,210 |
240
+ | E2E latency (s) | 24.05 | 14.74 |
241
+ | Output speed (tok/s) | 57.79 | 69.31 |
242
+ | TTFT (s) | 7.04 | 4.85 |
243
+ | Est. total memory (GB) | 123.55 | 38.83 |
244
+ | Model weights (GB) | 121.54 | 31.81 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
 
246
 
247