Skip to content

Commit

Permalink
mkdirUpdate .azure/gpu-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jan 4, 2023
1 parent 4cd420f commit 3e961f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/gpu-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
- bash: |
printf "cache location: $(HF_CACHE_DIR)\n"
printf "hit the HF cache: $(variables.HF_CACHE_RESTORED)\n"
ls -lh $(HF_CACHE_DIR)
mkdir -p $(HF_CACHE_DIR) # in case cache was void
ls -lh $(HF_CACHE_DIR) # show what was restored...
displayName: 'Show HF cache'
- bash: python -m pytest torchmetrics --cov=torchmetrics --timeout=120 --durations=50
Expand Down

0 comments on commit 3e961f4

Please sign in to comment.