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 bfa751c commit 4251c96Copy full SHA for 4251c96
.github/workflows/test-pr.yml
@@ -71,6 +71,8 @@ jobs:
71
run: |
72
# Set up Ollama backend
73
curl -fsSL https://ollama.com/install.sh | sh
74
+ # Give ollama systemd unit time to start
75
+ sleep 5
76
ollama pull smollm2:135m
77
# Run the Gradio tests against Ollama
78
./test-images.sh $(git rev-parse --short ${{ github.sha }})
0 commit comments