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 064ac62 commit eb8d631Copy full SHA for eb8d631
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
curl -fsSL https://ollama.com/install.sh | sh
39
ollama serve &
40
sleep 5
41
- ollama pull llama3.2:3b
+ ollama run llama3.2:3b &
42
curl -s http://localhost:11434/api/tags || exit 1
43
44
# Checks-out your repository under $GITHUB_WORKSPACE, which is the CWD for
tests/integration_test/BUILD
@@ -91,8 +91,7 @@ cc_test(
91
data=[
92
"//tests/raw:models",
93
],
94
- size="small",
95
- timeout = "moderate"
+ size="small"
96
)
97
98
cc_test(
0 commit comments