Skip to content

Commit

Permalink
Include hf token in download step
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNagengast committed Jul 14, 2024
1 parent 48cf8ff commit b274e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
key: ${{ runner.os }}-models
- name: Download Models
if: steps.model-cache.outputs.cache-hit != 'true'
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
make setup-huggingface-cli
make download-model MODEL=tiny
Expand Down

0 comments on commit b274e2f

Please sign in to comment.