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