flash-attention/Makefile

10 lines
126 B
Makefile
Raw Normal View History

2022-11-16 05:26:55 +08:00
clean_dist:
rm -rf dist/*
create_dist: clean_dist
python setup.py sdist
upload_package: create_dist
twine upload dist/*