mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-07-31 04:10:16 +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: |
|
||||
ls dist
|
||||
|
||||
- name: Install Hugging Face CLI
|
||||
run: |
|
||||
pip install huggingface_hub
|
||||
|
||||
- name: Upload to Hugging Face Hub
|
||||
run: |
|
||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_PRECOMPILE_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user