feat: upload assets to hub rather than github
This commit is contained in:
parent
da1a0b3412
commit
dab44ac1af
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue