Skip to content

Commit 1211c5b

Browse files
committed
Renames environment variable for sparse attention build configuration
1 parent fc64149 commit 1211c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Build core package
4040
env:
41-
FLASH_DMATTN_SKIP_CUDA_BUILD: "TRUE"
41+
FLASH_SPARSE_ATTENTION_SKIP_CUDA_BUILD: "TRUE"
4242
run: |
4343
python setup.py sdist --dist-dir=dist
4444
ls -l dist

0 commit comments

Comments
 (0)