File size: 1,724 Bytes
28e51e4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
[
{
"model": "google/gemma-2b",
"commit": "74a207404e8d4524d1fdc4aa23789694f9eef347",
"config": "backend.cache_implementation=null,backend.torch_compile=False",
"metrics": {
"prefill.latency.mean": 0.020358543395996093,
"prefill.throughput.value": 343.8359937566401,
"decode.latency.mean": 2.4922604980468748,
"decode.throughput.value": 50.95775505791906,
"per_token.latency.mean": 0.019697526441732414,
"per_token.throughput.value": 50.76779579192935
}
},
{
"model": "google/gemma-2b",
"commit": "74a207404e8d4524d1fdc4aa23789694f9eef347",
"config": "backend.cache_implementation=static,backend.torch_compile=False",
"metrics": {
"prefill.latency.mean": 0.0221495361328125,
"prefill.throughput.value": 316.03370644092826,
"decode.latency.mean": 2.602114013671875,
"decode.throughput.value": 48.80647017491318,
"per_token.latency.mean": 0.020574183678909723,
"per_token.throughput.value": 48.6046015534062
}
},
{
"model": "google/gemma-2b",
"commit": "74a207404e8d4524d1fdc4aa23789694f9eef347",
"config": "backend.cache_implementation=static,backend.torch_compile=True",
"metrics": {
"prefill.latency.mean": 0.01409222412109375,
"prefill.throughput.value": 496.7278365607418,
"decode.latency.mean": 1.56042431640625,
"decode.throughput.value": 81.38811902937309,
"per_token.latency.mean": 0.012339556185153163,
"per_token.throughput.value": 81.04019180229436
}
}
] |