Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
theonlyengine
/
Flash-attention1
like
0
arxiv:
2205.14135
arxiv:
2309.06180
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
Flash-attention1
/
Makefile
theonlyengine
Create Makefile
7e93241
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
clean_dist
:
rm -rf dist/*
create_dist
: clean_dist
python setup.py sdist
upload_package
: create_dist
twine upload dist/*