sglang_v0.5.2/pytorch_2.8.0/third_party/flash-attention/Makefile

10 lines
126 B
Makefile

clean_dist:
rm -rf dist/*
create_dist: clean_dist
python setup.py sdist
upload_package: create_dist
twine upload dist/*