We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684568f commit 8a2ab36Copy full SHA for 8a2ab36
.github/workflows/sync-to-huggingface.yml
@@ -30,5 +30,6 @@ jobs:
30
HF_TOKEN: ${{ secrets.HF_TOKEN }}
31
run: |
32
pip install -U huggingface_hub hf_xet
33
- python -m huggingface_hub.cli upload dmpantiu/Eurus . . --repo-type space --token $HF_TOKEN
+ export PATH="$HOME/.local/bin:$PATH"
34
+ huggingface-cli upload dmpantiu/Eurus . . --repo-type space --token $HF_TOKEN
35
0 commit comments