flash-attention / Makefile
theonlyengine's picture
Upload 421 files
3f9c425 verified
raw
history blame contribute delete
126 Bytes
clean_dist:
rm -rf dist/*
create_dist: clean_dist
python setup.py sdist
upload_package: create_dist
twine upload dist/*