fix: install hf cli before upload
This commit is contained in:
parent
dab44ac1af
commit
1bf32d970f
|
@ -178,6 +178,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ls dist
|
ls dist
|
||||||
|
|
||||||
|
- name: Install Hugging Face CLI
|
||||||
|
run: |
|
||||||
|
pip install huggingface_hub
|
||||||
|
|
||||||
- name: Upload to Hugging Face Hub
|
- name: Upload to Hugging Face Hub
|
||||||
run: |
|
run: |
|
||||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_PRECOMPILE_TOKEN }}
|
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_PRECOMPILE_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue