Datasets:

Modalities:
Image
Libraries:
Datasets
ArthurZ HF Staff commited on
Commit
2535d86
·
verified ·
1 Parent(s): 6822e82

Upload baseline.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. baseline.txt +22 -22
baseline.txt CHANGED
@@ -1,27 +1,27 @@
1
- test bpe-gpt2/encode ... bench: 1,654,571,824 ns/iter (+/- 19,977,305)
2
- test bpe-gpt2/encode-batch ... bench: 389,398,604 ns/iter (+/- 17,907,351)
3
- test bpe-gpt2/encode-no-cache ... bench: 2,301,729,265 ns/iter (+/- 21,568,822)
4
- test bpe-gpt2/encode-batch-no-cache ... bench: 436,874,391 ns/iter (+/- 4,368,436)
5
 
6
- test llama3/encode ... bench: 1,657,514,838 ns/iter (+/- 17,193,950)
7
- test llama3/encode-batch ... bench: 379,064,858 ns/iter (+/- 5,291,497)
8
- test llama3/encode-fast ... bench: 1,577,406,419 ns/iter (+/- 12,675,745)
9
- test llama3/encode-char-offsets ... bench: 427,038,660 ns/iter (+/- 3,717,062)
10
- test llama3/concurrent-4t ... bench: 32,270,265 ns/iter (+/- 256,718)
11
 
12
- test decode/llama3 ... bench: 220,575,042 ns/iter (+/- 1,842,973)
13
- test decode/llama3-batch ... bench: 48,741,912 ns/iter (+/- 582,316)
14
- test decode/llama3-stream ... bench: 136,431,044 ns/iter (+/- 651,983)
15
- test decode/sp-chain ... bench: 537,209,638 ns/iter (+/- 12,589,929)
16
- test decode/wordpiece ... bench: 998,516,396 ns/iter (+/- 4,584,361)
17
 
18
- test serialization/from-file-roberta ... bench: 63,286,277 ns/iter (+/- 612,008)
19
- test serialization/from-file-llama3 ... bench: 401,878,607 ns/iter (+/- 3,892,860)
20
- test serialization/from-file-albert ... bench: 43,735,670 ns/iter (+/- 865,109)
21
- test serialization/bpe-from-file-gpt2 ... bench: 45,104,755 ns/iter (+/- 1,173,348)
22
- test serialization/save-llama3 ... bench: 92,639,054 ns/iter (+/- 1,565,135)
23
- test serialization/deserialize-roberta ... bench: 62,668,242 ns/iter (+/- 1,135,695)
24
- test serialization/deserialize-llama3 ... bench: 400,081,321 ns/iter (+/- 2,645,332)
25
 
26
- test train/bpe-small ... bench: 28,108,906 ns/iter (+/- 129,335)
27
 
 
1
+ test bpe-gpt2/encode ... bench: 1,622,236,185 ns/iter (+/- 21,133,560)
2
+ test bpe-gpt2/encode-batch ... bench: 424,552,095 ns/iter (+/- 65,689,215)
3
+ test bpe-gpt2/encode-no-cache ... bench: 2,272,783,010 ns/iter (+/- 17,383,678)
4
+ test bpe-gpt2/encode-batch-no-cache ... bench: 596,720,650 ns/iter (+/- 30,160,362)
5
 
6
+ test llama3/encode ... bench: 1,705,553,269 ns/iter (+/- 53,139,356)
7
+ test llama3/encode-batch ... bench: 435,228,665 ns/iter (+/- 52,451,950)
8
+ test llama3/encode-fast ... bench: 1,564,523,287 ns/iter (+/- 55,095,883)
9
+ test llama3/encode-char-offsets ... bench: 429,835,452 ns/iter (+/- 3,636,072)
10
+ test llama3/concurrent-4t ... bench: 32,614,209 ns/iter (+/- 343,640)
11
 
12
+ test decode/llama3 ... bench: 224,584,680 ns/iter (+/- 1,600,398)
13
+ test decode/llama3-batch ... bench: 50,503,245 ns/iter (+/- 1,912,897)
14
+ test decode/llama3-stream ... bench: 142,615,565 ns/iter (+/- 1,089,946)
15
+ test decode/sp-chain ... bench: 540,898,343 ns/iter (+/- 2,686,536)
16
+ test decode/wordpiece ... bench: 996,267,878 ns/iter (+/- 5,003,595)
17
 
18
+ test serialization/from-file-roberta ... bench: 64,838,379 ns/iter (+/- 1,224,708)
19
+ test serialization/from-file-llama3 ... bench: 401,505,101 ns/iter (+/- 4,150,127)
20
+ test serialization/from-file-albert ... bench: 47,669,758 ns/iter (+/- 1,369,781)
21
+ test serialization/bpe-from-file-gpt2 ... bench: 46,401,394 ns/iter (+/- 1,277,488)
22
+ test serialization/save-llama3 ... bench: 97,904,482 ns/iter (+/- 2,064,142)
23
+ test serialization/deserialize-roberta ... bench: 72,145,481 ns/iter (+/- 2,150,927)
24
+ test serialization/deserialize-llama3 ... bench: 410,853,104 ns/iter (+/- 6,303,302)
25
 
26
+ test train/bpe-small ... bench: 29,880,280 ns/iter (+/- 754,158)
27