We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c1d6f commit d4cc59aCopy full SHA for d4cc59a
.github/workflows/quality.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Pull granite3.3:8b model
44
run: ollama pull granite3.3:8b
45
- name: Start serving the model
46
- run: nohup ollama serve --model granite3.3:8b
+ run: nohup ollama serve --model granite3.3:8b &
47
- name: Run Tests
48
run: uv run pytest test
49
0 commit comments