schmidt-sebastian commited on
Commit
44ea183
·
verified ·
1 Parent(s): 698c9fb

Delete benchmark_results.json

Browse files
Files changed (1) hide show
  1. benchmark_results.json +0 -24
benchmark_results.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "results": [
3
- {
4
- "backend": "cpu",
5
- "quantScheme": "q8",
6
- "contextLength": 1280,
7
- "prefillTs": 1084.745728,
8
- "decodeTs": 43.50412,
9
- "timeToFirstToken": 0.459617,
10
- "peakMemoryMb": 579,
11
- "fileSizeMb": 159
12
- },
13
- {
14
- "backend": "cpu",
15
- "quantScheme": "f32",
16
- "contextLength": 1280,
17
- "prefillTs": 498.054474,
18
- "decodeTs": 47.958038,
19
- "timeToFirstToken": 0.778681,
20
- "peakMemoryMb": 931,
21
- "fileSizeMb": 527
22
- }
23
- ]
24
- }