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
(cherry picked from commit 03ae315)
  • Loading branch information
Borda committed Mar 18, 2024
1 parent 602dadb commit 09998b8
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
continueOnError: "true"
displayName: "Show HF artifacts"

0 comments on commit 09998b8

Please sign in to comment.