You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: torchao/sparsity/training/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Accelerated Sparse Training
2
2
3
-
This folder contains an implementation of accelerated sparse training, utilizing the runtime semi-structured (2:4) sparsification [kernels]() present in core.
3
+
This folder contains an implementation of accelerated sparse training.
4
+
<!--For more information about our API and how it works, please see our blog post. (Will add link when its public)-->
5
+
6
+
Special thanks to @danthe3rd for writing the runtime semi-structured (2:4) sparsification [kernels](https://github.com/pytorch/pytorch/pull/122350) in core.
4
7
5
8
### Quickstart
6
9
@@ -55,5 +58,3 @@ For VIT-L MLP shapes on a NVIDIA A100 we see the following results:
55
58
56
59
Times are in microseconds (us).
57
60
```
58
-
59
-
For more information about our API and how it works, please see our blog post.
0 commit comments