fix: adjust upload command

This commit is contained in:
drbh 2024-05-21 20:29:00 +00:00
parent 47e19377cb
commit 2ee4b9f77f

View File

@ -173,4 +173,4 @@ jobs:
- name: Upload to Hugging Face Hub - name: Upload to Hugging Face Hub
run: | run: |
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }} export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
huggingface-cli upload flash-attention/dist/* --repo drbh/flash-attention-pre-compile huggingface-cli upload drbh/flash-attention-pre-compile flash-attention/dist/*