We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a506777 commit d8cdbd5Copy full SHA for d8cdbd5
1 file changed
.github/workflows/UnitTests.yml
@@ -50,9 +50,7 @@ jobs:
50
pip freeze
51
52
- name: Hugging Face Login
53
- uses: huggingface/login@v1
54
- with:
55
- token: ${{ secrets.HUGGINGFACE_TOKEN }}
+ run: huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN }}
56
57
- name: Run FLUX Training
58
env:
0 commit comments