mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
dfde36e232
commit
6dc2b0d208
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ provides:
|
||||||
test:
|
test:
|
||||||
qa-required: true
|
qa-required: true
|
||||||
script:
|
script:
|
||||||
|
# 0.0.19 complains about a missing blobs directory
|
||||||
|
- run: mkdir -p ~/.ollama/models/blobs
|
||||||
|
if: =0.0.19
|
||||||
- killall ollama || true
|
- killall ollama || true
|
||||||
- ollama serve &
|
- ollama serve &
|
||||||
- sleep 5
|
- sleep 5
|
||||||
|
|
Loading…
Reference in a new issue