ArthurZ HF Staff commited on
Commit
e2165cc
·
verified ·
1 Parent(s): 7b9c796

Upload baseline.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. baseline.txt +17 -17
baseline.txt CHANGED
@@ -1,21 +1,21 @@
1
- test bpe-gpt2/encode ... bench: 2,072,056,038 ns/iter (+/- 24,484,080)
2
- test bpe-gpt2/encode-batch ... bench: 969,621,637 ns/iter (+/- 12,222,018)
3
- test bpe-gpt2/encode-no-cache ... bench: 2,658,513,178 ns/iter (+/- 19,000,647)
4
- test bpe-gpt2/encode-batch-no-cache ... bench: 1,154,705,503 ns/iter (+/- 12,071,494)
5
 
6
- test llama3/encode ... bench: 1,956,740,211 ns/iter (+/- 10,279,159)
7
- test llama3/encode-batch ... bench: 966,024,295 ns/iter (+/- 7,974,575)
8
- test llama3/encode-fast ... bench: 1,866,106,862 ns/iter (+/- 11,248,681)
9
- test llama3/encode-char-offsets ... bench: 1,195,768,193 ns/iter (+/- 18,540,033)
10
- test llama3/concurrent-4t ... bench: 54,929,896 ns/iter (+/- 2,087,357)
11
 
12
- test serialization/from-file-roberta ... bench: 70,104,461 ns/iter (+/- 2,516,463)
13
- test serialization/from-file-llama3 ... bench: 398,800,666 ns/iter (+/- 3,690,421)
14
- test serialization/from-file-albert ... bench: 44,011,163 ns/iter (+/- 989,255)
15
- test serialization/bpe-from-file-gpt2 ... bench: 51,234,014 ns/iter (+/- 2,899,231)
16
- test serialization/save-llama3 ... bench: 133,864,121 ns/iter (+/- 7,447,514)
17
- test serialization/deserialize-roberta ... bench: 86,891,221 ns/iter (+/- 2,452,353)
18
- test serialization/deserialize-llama3 ... bench: 443,273,169 ns/iter (+/- 8,231,482)
19
 
20
- test train/bpe-small ... bench: 19,662,775 ns/iter (+/- 553,771)
21
 
 
1
+ test bpe-gpt2/encode ... bench: 1,861,213,647 ns/iter (+/- 19,938,194)
2
+ test bpe-gpt2/encode-batch ... bench: 874,695,745 ns/iter (+/- 4,293,092)
3
+ test bpe-gpt2/encode-no-cache ... bench: 2,409,997,755 ns/iter (+/- 17,652,060)
4
+ test bpe-gpt2/encode-batch-no-cache ... bench: 1,033,915,133 ns/iter (+/- 8,947,377)
5
 
6
+ test llama3/encode ... bench: 1,782,233,568 ns/iter (+/- 16,726,940)
7
+ test llama3/encode-batch ... bench: 857,420,392 ns/iter (+/- 5,002,222)
8
+ test llama3/encode-fast ... bench: 1,646,971,869 ns/iter (+/- 8,079,227)
9
+ test llama3/encode-char-offsets ... bench: 1,069,606,554 ns/iter (+/- 13,974,835)
10
+ test llama3/concurrent-4t ... bench: 50,382,344 ns/iter (+/- 1,515,807)
11
 
12
+ test serialization/from-file-roberta ... bench: 57,343,415 ns/iter (+/- 451,456)
13
+ test serialization/from-file-llama3 ... bench: 349,665,603 ns/iter (+/- 4,182,452)
14
+ test serialization/from-file-albert ... bench: 35,816,835 ns/iter (+/- 361,283)
15
+ test serialization/bpe-from-file-gpt2 ... bench: 43,482,939 ns/iter (+/- 539,552)
16
+ test serialization/save-llama3 ... bench: 101,169,616 ns/iter (+/- 2,399,152)
17
+ test serialization/deserialize-roberta ... bench: 71,921,690 ns/iter (+/- 1,319,231)
18
+ test serialization/deserialize-llama3 ... bench: 374,827,011 ns/iter (+/- 4,704,996)
19
 
20
+ test train/bpe-small ... bench: 17,073,534 ns/iter (+/- 491,313)
21