Skip to content

Commit

Permalink
ci/gpu: do not fail if HF cache is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 14, 2024
1 parent 5a63ae6 commit 07524f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,6 @@ jobs:
- bash: |
printf "cache location: $(HF_HOME)\n"
ls -lh $(HF_HOME) # show what was restored...
# do not fail if the cache is not present
continue-on-error: true
displayName: "Show HF artifacts"

0 comments on commit 07524f2

Please sign in to comment.