File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed
Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
4747 echo "update_results=$value" >> $GITHUB_ENV
4848
4949 # Set up Ollama
50- - name : Cache Ollama model files
51- if : ${{ env.early-stop == 'false' }}
52- uses : actions/cache@v4
53- with :
54- path : /usr/share/ollama/.ollama/models
55- key : ${{ runner.os }}-build-ollama-cache
56- restore-keys : |
57- ${{ runner.os }}-build-
58- ${{ runner.os }}
50+ # - name: Cache Ollama model files
51+ # if: ${{ env.early-stop == 'false' }}
52+ # uses: actions/cache@v4
53+ # with:
54+ # path: /usr/share/ollama/.ollama/models
55+ # key: ${{ runner.os }}-build-ollama-cache
56+ # restore-keys: |
57+ # ${{ runner.os }}-build-
58+ # ${{ runner.os }}
5959 - uses : ./.github/actions/ollama
6060 if : ${{ env.early-stop == 'false' }}
6161
Original file line number Diff line number Diff line change 1- update_results : false
2- check :
3- - examples/chatbot/chatbot.pdl
4- - examples/demo/9-react.pdl
5- - examples/react/demo.pdl
1+ update_results : true
2+ check : []
63skip :
74 - examples/cldk/cldk-assistant.pdl
85 - examples/gsm8k/gsm8.pdl
You can’t perform that action at this time.
0 commit comments