-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix convergence test, phi3 import and update benchmark (#155)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> 1. bf16 loss rtol is a bit too loose, tighten it by 1 digit 2. slightly loosen gemma1 atol, it's been failing 3. old `transformers` version doesn't carry phi3 source code (testing on 4.40.1), since we claim support for >= 4.40.1, change the import a bit so things still work on older HF ver 4. rerun all benchmark to reflect latest performance in preparation for new release <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [x] run `make test` to ensure correctness - [x] run `make checkstyle` to ensure code style - [x] run `make test-convergence` to ensure convergence Co-authored-by: Yun Dai <[email protected]>
- Loading branch information
Showing
55 changed files
with
142 additions
and
142 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
benchmark/cross_entropy_memory/cross-entropy-memory-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
V,Liger,Hugging Face | ||
4096.0,256.3,1254.5 | ||
8192.0,512.3,2508.9 | ||
16384.0,1024.3,5017.7 | ||
32768.0,2048.3,10035.3 | ||
65536.0,4096.3,20070.5 | ||
131072.0,8192.3,40140.9 | ||
4096.000000,256.328613,1254.525977 | ||
8192.000000,512.328613,2508.925977 | ||
16384.000000,1024.328613,5017.725977 | ||
32768.000000,2048.328613,10035.325977 | ||
65536.000000,4096.328613,20070.525977 | ||
131072.000000,8192.328613,40140.925977 |
12 changes: 6 additions & 6 deletions
12
benchmark/cross_entropy_speed/cross-entropy-full-speed-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
V,Liger,Hugging Face | ||
4096.0,0.9,2.2 | ||
8192.0,1.5,3.7 | ||
16384.0,2.8,7.8 | ||
32768.0,5.5,15.7 | ||
65536.0,12.0,30.9 | ||
131072.0,25.3,61.4 | ||
4096.000000,0.857648,2.233424 | ||
8192.000000,1.458208,3.671488 | ||
16384.000000,2.745040,7.758880 | ||
32768.000000,5.413472,15.654192 | ||
65536.000000,11.958000,30.836576 | ||
131072.000000,25.269535,61.429440 |
Binary file modified
BIN
+397 Bytes
(100%)
benchmark/cross_entropy_speed/cross-entropy-full-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions
12
benchmark/cross_entropy_speed/cross-entropy-fwd-speed-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
V,Liger,Hugging Face | ||
4096.0,0.6,0.9 | ||
8192.0,0.8,1.2 | ||
16384.0,1.5,2.9 | ||
32768.0,2.9,5.6 | ||
65536.0,6.9,10.6 | ||
131072.0,15.1,20.8 | ||
4096.000000,0.529760,0.924720 | ||
8192.000000,0.749088,1.234272 | ||
16384.000000,1.402448,2.934304 | ||
32768.000000,2.801440,5.596128 | ||
65536.000000,6.790720,10.634560 | ||
131072.000000,15.006752,20.733425 |
Binary file modified
BIN
-141 Bytes
(100%)
benchmark/cross_entropy_speed/cross-entropy-fwd-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions
8
...fused_linear_cross_entropy_speed/fused-linear-cross-entropy-bias-full-speed-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
BT,Liger,Hugging Face | ||
4096.000000,116.296188,56.853535 | ||
8192.000000,166.921188,112.760033 | ||
16384.000000,277.352600,227.508896 | ||
32768.000000,514.529968,461.566467 | ||
4096.000000,116.136253,55.966591 | ||
8192.000000,164.126343,110.927231 | ||
16384.000000,274.016968,223.510147 | ||
32768.000000,508.782806,454.437378 |
Binary file modified
BIN
+1.96 KB
(110%)
...ar_cross_entropy_speed/fused-linear-cross-entropy-bias-full-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions
8
.../fused_linear_cross_entropy_speed/fused-linear-cross-entropy-bias-fwd-speed-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
BT,Liger,Hugging Face | ||
4096.000000,114.310143,19.091425 | ||
8192.000000,165.286713,37.737888 | ||
16384.000000,275.571533,76.300545 | ||
32768.000000,514.315735,153.778214 | ||
4096.000000,114.078819,21.224096 | ||
8192.000000,163.779297,37.661934 | ||
16384.000000,272.731995,75.404610 | ||
32768.000000,506.567993,152.149948 |
Binary file modified
BIN
+147 Bytes
(100%)
...ear_cross_entropy_speed/fused-linear-cross-entropy-bias-fwd-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions
8
...mark/fused_linear_cross_entropy_speed/fused-linear-cross-entropy-full-speed-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
BT,Liger,Hugging Face | ||
4096.000000,113.788513,55.826752 | ||
8192.000000,161.439941,111.965668 | ||
16384.000000,265.694977,226.629089 | ||
32768.000000,493.758789,457.556732 | ||
4096.000000,112.657280,55.094143 | ||
8192.000000,158.535873,109.304893 | ||
16384.000000,262.618408,221.487808 | ||
32768.000000,487.825958,450.125244 |
Binary file modified
BIN
+1.28 KB
(100%)
..._linear_cross_entropy_speed/fused-linear-cross-entropy-full-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions
8
...hmark/fused_linear_cross_entropy_speed/fused-linear-cross-entropy-fwd-speed-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
BT,Liger,Hugging Face | ||
4096.000000,111.505859,18.631777 | ||
8192.000000,161.481506,38.211952 | ||
16384.000000,264.542084,76.012672 | ||
32768.000000,493.426575,152.069031 | ||
4096.000000,110.749374,18.620337 | ||
8192.000000,157.457062,37.231041 | ||
16384.000000,259.558136,74.153122 | ||
32768.000000,485.104492,149.415329 |
Binary file modified
BIN
-469 Bytes
(98%)
...d_linear_cross_entropy_speed/fused-linear-cross-entropy-fwd-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,1088.5,1277.0 | ||
2048.0,1567.2,1968.7 | ||
4096.0,2524.8,3422.2 | ||
8192.0,4440.1,6329.4 | ||
1024.000000,1088.450000,1277.050000 | ||
2048.000000,1567.250000,1968.650000 | ||
4096.000000,2524.850000,3422.250000 | ||
8192.000000,4440.050000,6329.450000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,596.2,682.2 | ||
2048.0,918.2,1090.2 | ||
4096.0,1562.2,1906.2 | ||
8192.0,2850.2,3538.2 | ||
1024.000000,596.250000,682.250000 | ||
2048.000000,918.250000,1090.250000 | ||
4096.000000,1562.250000,1906.250000 | ||
8192.000000,2850.250000,3538.250000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,1088.5,1277.0 | ||
2048.0,1567.2,1968.7 | ||
4096.0,2524.8,3422.2 | ||
8192.0,4440.1,6329.4 | ||
1024.000000,1088.450000,1277.050000 | ||
2048.000000,1567.250000,1968.650000 | ||
4096.000000,2524.850000,3422.250000 | ||
8192.000000,4440.050000,6329.450000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,9.3,10.6 | ||
2048.0,18.3,18.6 | ||
4096.0,35.4,36.1 | ||
8192.0,70.7,72.9 | ||
1024.000000,9.118144,9.373664 | ||
2048.000000,17.700129,18.128288 | ||
4096.000000,34.411263,35.832512 | ||
8192.000000,69.180862,71.535744 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,5.2,4.9 | ||
2048.0,9.4,9.3 | ||
4096.0,18.4,18.0 | ||
8192.0,36.6,36.2 | ||
1024.000000,5.145888,5.115104 | ||
2048.000000,10.107488,8.863584 | ||
4096.000000,17.816353,17.795776 | ||
8192.000000,35.666176,35.391327 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,14.2,14.4 | ||
2048.0,27.6,28.3 | ||
4096.0,54.1,54.8 | ||
8192.0,109.1,111.3 | ||
1024.000000,13.770528,13.914752 | ||
2048.000000,27.020512,27.110912 | ||
4096.000000,52.575680,53.654335 | ||
8192.000000,105.487679,107.677795 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions
12
benchmark/rms_norm_memory/rmsnorm-full-memory-benchmark.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
N,Liger,Hugging Face | ||
1024.0,32.0,87.6 | ||
2048.0,64.0,175.2 | ||
4096.0,128.1,350.5 | ||
8192.0,236.1,700.9 | ||
16384.0,368.2,1401.8 | ||
32768.0,624.4,2803.6 | ||
1024.000000,36.023535,87.619531 | ||
2048.000000,72.038770,175.231250 | ||
4096.000000,144.069238,350.454687 | ||
8192.000000,268.130176,700.901562 | ||
16384.000000,432.252051,1401.795312 | ||
32768.000000,752.496289,2803.582812 |
Binary file modified
BIN
+381 Bytes
(100%)
benchmark/rms_norm_memory/rmsnorm-full-memory-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
N,Liger,Hugging Face | ||
1024.0,0.2,0.2 | ||
2048.0,0.2,0.4 | ||
4096.0,0.2,0.7 | ||
8192.0,0.2,1.4 | ||
16384.0,0.3,2.6 | ||
32768.0,1.0,5.1 | ||
1024.000000,0.102368,0.195264 | ||
2048.000000,0.096256,0.366800 | ||
4096.000000,0.099936,0.742064 | ||
8192.000000,0.177632,1.358176 | ||
16384.000000,0.321504,2.581296 | ||
32768.000000,1.056000,5.040720 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
N,Liger,Hugging Face | ||
1024.0,0.5,0.3 | ||
2048.0,0.5,0.5 | ||
4096.0,0.5,1.0 | ||
8192.0,0.5,1.9 | ||
16384.0,0.5,3.6 | ||
32768.0,1.2,7.0 | ||
1024.000000,0.362784,0.376160 | ||
2048.000000,0.366896,0.497504 | ||
4096.000000,0.369184,1.019312 | ||
8192.000000,0.366496,1.872960 | ||
16384.000000,0.409824,3.564576 | ||
32768.000000,1.230688,6.952368 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
N,Liger,Hugging Face | ||
1024.0,0.1,0.1 | ||
2048.0,0.1,0.1 | ||
4096.0,0.1,0.3 | ||
8192.0,0.1,0.5 | ||
16384.0,0.1,1.0 | ||
32768.0,0.2,1.9 | ||
1024.000000,0.014896,0.079296 | ||
2048.000000,0.019520,0.140256 | ||
4096.000000,0.030560,0.282240 | ||
8192.000000,0.050880,0.522720 | ||
16384.000000,0.094880,0.994320 | ||
32768.000000,0.181024,1.935152 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
benchmark/rope_memory/rope-full-memory-benchmark-seq-2048.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
benchmark/rope_memory/rope-full-memory-benchmark-total_dim_8192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions
6
benchmark/rope_speed/rope-backward-speed-benchmark-seq-2048.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
total_hidden_size,Liger,Hugging Face | ||
512.000000,0.050176,0.121824 | ||
2048.000000,0.048128,0.225280 | ||
8192.000000,0.101376,0.801792 | ||
512.000000,0.046912,0.153600 | ||
2048.000000,0.021344,0.189792 | ||
8192.000000,0.058720,0.619296 |
Binary file modified
BIN
-5.41 KB
(79%)
benchmark/rope_speed/rope-backward-speed-benchmark-seq-2048.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions
10
benchmark/rope_speed/rope-backward-speed-benchmark-total_dim_8192.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
seq_len,Liger,Hugging Face | ||
1024.000000,0.052224,0.416768 | ||
2048.000000,0.101376,0.801984 | ||
4096.000000,0.199680,1.553408 | ||
8192.000000,0.396288,3.057664 | ||
16384.000000,0.789504,6.062080 | ||
1024.000000,0.033824,0.328864 | ||
2048.000000,0.059200,0.619296 | ||
4096.000000,0.109568,1.186832 | ||
8192.000000,0.209344,2.317760 | ||
16384.000000,0.410304,4.547232 |
Binary file modified
BIN
-1.52 KB
(93%)
benchmark/rope_speed/rope-backward-speed-benchmark-total_dim_8192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions
6
benchmark/rope_speed/rope-forward-speed-benchmark-seq-2048.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
total_hidden_size,Liger,Hugging Face | ||
512.000000,0.010240,0.059392 | ||
2048.000000,0.028672,0.168016 | ||
8192.000000,0.101376,0.600064 | ||
512.000000,0.010272,0.078816 | ||
2048.000000,0.021184,0.156160 | ||
8192.000000,0.059232,0.512704 |
Binary file modified
BIN
-1.49 KB
(94%)
benchmark/rope_speed/rope-forward-speed-benchmark-seq-2048.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions
10
benchmark/rope_speed/rope-forward-speed-benchmark-total_dim_8192.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
seq_len,Liger,Hugging Face | ||
1024.000000,0.052224,0.311296 | ||
2048.000000,0.101376,0.600064 | ||
4096.000000,0.199680,1.244160 | ||
8192.000000,0.396288,2.484224 | ||
16384.000000,0.789504,4.975504 | ||
1024.000000,0.033536,0.277696 | ||
2048.000000,0.058528,0.512928 | ||
4096.000000,0.109504,0.986304 | ||
8192.000000,0.209920,1.920208 | ||
16384.000000,0.409840,3.790624 |
Binary file modified
BIN
+2.45 KB
(110%)
benchmark/rope_speed/rope-forward-speed-benchmark-total_dim_8192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
total_hidden_size,Liger,Hugging Face | ||
512.000000,0.059328,0.784384 | ||
2048.000000,0.058880,0.784384 | ||
8192.000000,0.201728,1.404928 | ||
512.000000,0.120384,0.350336 | ||
2048.000000,0.122208,0.341728 | ||
8192.000000,0.115936,1.128096 |
Binary file modified
BIN
-456 Bytes
(98%)
benchmark/rope_speed/rope-full-speed-benchmark-seq-2048.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions
10
benchmark/rope_speed/rope-full-speed-benchmark-total_dim_8192.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
seq_len,Liger,Hugging Face | ||
1024.000000,0.103424,0.789504 | ||
2048.000000,0.201728,1.403904 | ||
4096.000000,0.398336,2.801520 | ||
8192.000000,0.791552,5.547008 | ||
16384.000000,1.577984,11.062272 | ||
1024.000000,0.120064,0.601600 | ||
2048.000000,0.114944,1.127872 | ||
4096.000000,0.214656,2.167280 | ||
8192.000000,0.415552,4.232288 | ||
16384.000000,0.816928,8.331616 |
Binary file modified
BIN
-115 Bytes
(99%)
benchmark/rope_speed/rope-full-speed-benchmark-total_dim_8192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,1088.5,1277.0 | ||
2048.0,1567.2,1968.7 | ||
4096.0,2524.8,3422.2 | ||
8192.0,4440.1,6329.4 | ||
1024.000000,1088.450000,1277.050000 | ||
2048.000000,1567.250000,1968.650000 | ||
4096.000000,2524.850000,3422.250000 | ||
8192.000000,4440.050000,6329.450000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,596.2,682.2 | ||
2048.0,918.2,1090.2 | ||
4096.0,1562.2,1906.2 | ||
8192.0,2850.2,3538.2 | ||
1024.000000,596.250000,682.250000 | ||
2048.000000,918.250000,1090.250000 | ||
4096.000000,1562.250000,1906.250000 | ||
8192.000000,2850.250000,3538.250000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,1088.5,1277.0 | ||
2048.0,1567.2,1968.7 | ||
4096.0,2524.8,3422.2 | ||
8192.0,4440.1,6329.4 | ||
1024.000000,1088.450000,1277.050000 | ||
2048.000000,1567.250000,1968.650000 | ||
4096.000000,2524.850000,3422.250000 | ||
8192.000000,4440.050000,6329.450000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,9.4,10.6 | ||
2048.0,18.1,18.5 | ||
4096.0,35.3,36.1 | ||
8192.0,71.4,72.5 | ||
1024.000000,9.148160,9.337152 | ||
2048.000000,17.874945,18.101536 | ||
4096.000000,34.569279,35.412254 | ||
8192.000000,69.631393,71.241920 |
Binary file modified
BIN
-167 Bytes
(99%)
benchmark/swiglu_speed/swiglu-backward-speed-benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,5.1,5.1 | ||
2048.0,9.4,9.5 | ||
4096.0,18.0,18.2 | ||
8192.0,36.1,36.5 | ||
1024.000000,5.077152,5.116416 | ||
2048.000000,10.084672,9.036512 | ||
4096.000000,17.587521,17.765184 | ||
8192.000000,35.111679,35.673569 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
N,Liger,Hugging Face | ||
1024.0,14.1,14.2 | ||
2048.0,27.6,27.9 | ||
4096.0,53.7,54.7 | ||
8192.0,108.0,110.2 | ||
1024.000000,13.784224,14.047744 | ||
2048.000000,26.856256,27.337248 | ||
4096.000000,52.306049,53.597279 | ||
8192.000000,106.474564,107.946945 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters