Skip to content

Commit

Permalink
smarter model caching?
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Sep 30, 2023
1 parent 8f46d6b commit 61b4412
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
- master
workflow_dispatch:
env:
CACHE_PATHS: ~/.cache/huggingface ~/.cache/clip ~/.cache/imaginairy ~/.cache/torch
CACHE_PATHS: |
~/.cache/huggingface
~/.cache/clip
~/.cache/imaginairy
~/.cache/torch
jobs:
lint:
Expand Down

0 comments on commit 61b4412

Please sign in to comment.