Skip to content

Commit

Permalink
feat: cache in gh workflow to cache ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
hungdtrn committed Feb 22, 2024
1 parent 02431a5 commit 388414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-ai/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
id: cache-ollama
uses: actions/cache@v4
with:
path: ~/.ollama
path: /usr/share/ollama/.ollama/
key: ollama

- name: Install ollama
Expand Down

0 comments on commit 388414f

Please sign in to comment.