Skip to content

Commit a506777

Browse files
authored
Update UnitTests.yml
1 parent 9bdf606 commit a506777

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
echo "--- Installed Python packages ---"
5050
pip freeze
5151
52+
- name: Hugging Face Login
53+
uses: huggingface/login@v1
54+
with:
55+
token: ${{ secrets.HUGGINGFACE_TOKEN }}
56+
5257
- name: Run FLUX Training
5358
env:
5459
NVTE_FRAMEWORK: jax

0 commit comments

Comments
 (0)