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