Datasets:

Modalities:
Image
Libraries:
Datasets
ArthurZ HF Staff commited on
Commit
c0fa9b4
·
verified ·
1 Parent(s): 8222377

Upload history/output-84af6b05a538a6eca299de385ab2d38d5dd53f19.txt with huggingface_hub

Browse files
history/output-84af6b05a538a6eca299de385ab2d38d5dd53f19.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ test bpe-gpt2/encode ... bench: 1,620,554,747 ns/iter (+/- 32,143,201)
2
+ test bpe-gpt2/encode-batch ... bench: 367,381,918 ns/iter (+/- 4,295,780)
3
+ test bpe-gpt2/encode-no-cache ... bench: 2,234,014,235 ns/iter (+/- 19,734,785)
4
+ test bpe-gpt2/encode-batch-no-cache ... bench: 427,198,993 ns/iter (+/- 3,671,981)
5
+
6
+ test llama3/encode ... bench: 1,604,728,927 ns/iter (+/- 4,919,526)
7
+ test llama3/encode-batch ... bench: 367,267,168 ns/iter (+/- 1,877,279)
8
+ test llama3/encode-fast ... bench: 1,516,412,160 ns/iter (+/- 4,612,465)
9
+ test llama3/encode-char-offsets ... bench: 425,346,516 ns/iter (+/- 1,861,060)
10
+ test llama3/concurrent-4t ... bench: 31,145,581 ns/iter (+/- 115,984)
11
+
12
+ test decode/llama3 ... bench: 214,853,282 ns/iter (+/- 933,416)
13
+ test decode/llama3-batch ... bench: 47,760,336 ns/iter (+/- 780,414)
14
+ test decode/llama3-stream ... bench: 136,753,864 ns/iter (+/- 231,601)
15
+ test decode/sp-chain ... bench: 495,407,550 ns/iter (+/- 2,043,213)
16
+ test decode/wordpiece ... bench: 1,077,033,430 ns/iter (+/- 1,949,839)
17
+
18
+ test serialization/from-file-roberta ... bench: 59,368,886 ns/iter (+/- 378,922)
19
+ test serialization/from-file-llama3 ... bench: 394,744,603 ns/iter (+/- 1,099,452)
20
+ test serialization/from-file-albert ... bench: 42,605,733 ns/iter (+/- 610,285)
21
+ test serialization/bpe-from-file-gpt2 ... bench: 46,352,275 ns/iter (+/- 726,080)
22
+ test serialization/save-llama3 ... bench: 94,103,982 ns/iter (+/- 2,509,613)
23
+ test serialization/deserialize-roberta ... bench: 62,162,589 ns/iter (+/- 1,504,024)
24
+ test serialization/deserialize-llama3 ... bench: 404,847,815 ns/iter (+/- 3,625,361)
25
+
26
+ test train/bpe-small ... bench: 28,695,598 ns/iter (+/- 753,224)
27
+