feat: upload assets to hub rather than github

This commit is contained in:
drbh 2024-05-28 12:03:18 -04:00
parent da1a0b3412
commit dab44ac1af
1 changed files with 4 additions and 4 deletions

View File

@ -178,7 +178,7 @@ jobs:
run: |
ls dist
- uses: actions/upload-artifact@v4
with:
name: flash-attention-wheels
path: dist
- name: Upload to Hugging Face Hub
run: |
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_PRECOMPILE_TOKEN }}
huggingface-cli upload drbh/flash-attention-pre-compile flash-attention/dist/*