Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
theonlyengine
/
Flash-attention1
like
0
arxiv:
2205.14135
arxiv:
2309.06180
Model card
Files
Files and versions
Community
theonlyengine
commited on
Aug 7
Commit
7e93241
•
1 Parent(s):
036610e
Create Makefile
Browse files
Files changed (1)
hide
show
Makefile
+9
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
2
+
clean_dist:
3
+
rm -rf dist/*
4
+
5
+
create_dist: clean_dist
6
+
python setup.py sdist
7
+
8
+
upload_package: create_dist
9
+
twine upload dist/*