Skip to content

Commit c539ec4

Browse files
committed
Update BASE_WHEEL_URL to point to the correct GitHub repository
1 parent 56a1cd1 commit c539ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
PACKAGE_NAME = "flash_sparse_attn"
3838

3939
BASE_WHEEL_URL = (
40-
"https://github.com/SmallDoges/flash-sparse-attention/releases/download/{tag_name}/{wheel_name}"
40+
"https://github.com/flash-algo/flash-sparse-attention/releases/download/{tag_name}/{wheel_name}"
4141
)
4242

4343
# FORCE_BUILD: Force a fresh build locally, instead of attempting to find prebuilt wheels

0 commit comments

Comments
 (0)