mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-08-01 04:40:17 +00:00
fix: install hf cli before upload
This commit is contained in:
parent
dab44ac1af
commit
1bf32d970f
4
.github/workflows/python-packaging.yaml
vendored
4
.github/workflows/python-packaging.yaml
vendored
@ -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
Block a user