Datasets:

Modalities:
Image
Libraries:
Datasets
ArthurZ HF Staff commited on
Commit
840b160
·
verified ·
1 Parent(s): 238f7fe

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,613,461,759 ns/iter (+/- 12,067,987)
2
- test bpe-gpt2/encode-batch ... bench: 372,615,362 ns/iter (+/- 6,720,762)
3
- test bpe-gpt2/encode-no-cache ... bench: 2,289,452,327 ns/iter (+/- 24,986,243)
4
- test bpe-gpt2/encode-batch-no-cache ... bench: 431,470,853 ns/iter (+/- 2,334,766)
5
 
6
- test llama3/encode ... bench: 1,655,011,947 ns/iter (+/- 11,502,370)
7
- test llama3/encode-batch ... bench: 374,601,545 ns/iter (+/- 2,360,441)
8
- test llama3/encode-fast ... bench: 1,564,834,813 ns/iter (+/- 10,332,977)
9
- test llama3/encode-char-offsets ... bench: 433,876,663 ns/iter (+/- 12,154,303)
10
- test llama3/concurrent-4t ... bench: 34,395,867 ns/iter (+/- 790,756)
11
 
12
- test decode/llama3 ... bench: 229,239,967 ns/iter (+/- 3,818,595)
13
- test decode/llama3-batch ... bench: 48,791,188 ns/iter (+/- 232,534)
14
- test decode/llama3-stream ... bench: 141,285,796 ns/iter (+/- 2,241,744)
15
- test decode/sp-chain ... bench: 496,789,267 ns/iter (+/- 2,731,809)
16
- test decode/wordpiece ... bench: 1,010,877,264 ns/iter (+/- 2,088,925)
17
 
18
- test serialization/from-file-roberta ... bench: 72,204,455 ns/iter (+/- 4,160,925)
19
- test serialization/from-file-llama3 ... bench: 416,022,492 ns/iter (+/- 3,484,222)
20
- test serialization/from-file-albert ... bench: 52,506,571 ns/iter (+/- 856,184)
21
- test serialization/bpe-from-file-gpt2 ... bench: 49,953,646 ns/iter (+/- 683,817)
22
- test serialization/save-llama3 ... bench: 112,038,637 ns/iter (+/- 4,737,892)
23
- test serialization/deserialize-roberta ... bench: 85,035,773 ns/iter (+/- 2,340,318)
24
- test serialization/deserialize-llama3 ... bench: 447,439,003 ns/iter (+/- 11,786,045)
25
 
26
- test train/bpe-small ... bench: 28,634,531 ns/iter (+/- 302,186)
27
 
 
1
+ test bpe-gpt2/encode ... bench: 1,605,642,505 ns/iter (+/- 13,688,454)
2
+ test bpe-gpt2/encode-batch ... bench: 375,679,681 ns/iter (+/- 3,273,225)
3
+ test bpe-gpt2/encode-no-cache ... bench: 2,259,843,159 ns/iter (+/- 15,768,477)
4
+ test bpe-gpt2/encode-batch-no-cache ... bench: 433,286,039 ns/iter (+/- 5,935,175)
5
 
6
+ test llama3/encode ... bench: 1,642,331,955 ns/iter (+/- 7,249,866)
7
+ test llama3/encode-batch ... bench: 372,302,572 ns/iter (+/- 4,200,167)
8
+ test llama3/encode-fast ... bench: 1,533,084,682 ns/iter (+/- 7,414,073)
9
+ test llama3/encode-char-offsets ... bench: 429,351,564 ns/iter (+/- 2,299,523)
10
+ test llama3/concurrent-4t ... bench: 32,229,051 ns/iter (+/- 313,160)
11
 
12
+ test decode/llama3 ... bench: 226,839,920 ns/iter (+/- 2,204,058)
13
+ test decode/llama3-batch ... bench: 48,786,272 ns/iter (+/- 317,381)
14
+ test decode/llama3-stream ... bench: 143,081,847 ns/iter (+/- 1,010,397)
15
+ test decode/sp-chain ... bench: 498,787,822 ns/iter (+/- 1,204,771)
16
+ test decode/wordpiece ... bench: 1,083,119,748 ns/iter (+/- 5,659,579)
17
 
18
+ test serialization/from-file-roberta ... bench: 64,347,657 ns/iter (+/- 2,215,265)
19
+ test serialization/from-file-llama3 ... bench: 396,536,486 ns/iter (+/- 6,079,958)
20
+ test serialization/from-file-albert ... bench: 47,179,204 ns/iter (+/- 1,939,379)
21
+ test serialization/bpe-from-file-gpt2 ... bench: 47,177,418 ns/iter (+/- 2,620,776)
22
+ test serialization/save-llama3 ... bench: 95,376,953 ns/iter (+/- 2,754,255)
23
+ test serialization/deserialize-roberta ... bench: 73,315,276 ns/iter (+/- 3,563,921)
24
+ test serialization/deserialize-llama3 ... bench: 418,011,517 ns/iter (+/- 9,441,407)
25
 
26
+ test train/bpe-small ... bench: 28,493,575 ns/iter (+/- 444,092)
27