File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ jobs:
142
142
golem-cli app build -b ollama-debug
143
143
golem-cli app deploy -b ollama-debug
144
144
golem-cli worker new -e GOLEM_OLLAMA_BASE_URL=http://localhost:11434 test:llm/ollama-1
145
- golem-cli worker invoke test:llm/ollama-1 test1
146
- golem-cli worker invoke test:llm/ollama-1 test2
147
- golem-cli worker invoke test:llm/ollama-1 test3
148
- golem-cli worker invoke test:llm/ollama-1 test4
149
- golem-cli worker invoke test:llm/ollama-1 test5
150
- golem-cli worker invoke test:llm/ollama-1 test6
151
- golem-cli worker invoke test:llm/ollama-1 test7
145
+ golem-cli worker invoke test:llm/ollama-1 test1 | grep -v "ERROR: "
146
+ golem-cli worker invoke test:llm/ollama-1 test2 | grep -v "ERROR: "
147
+ golem-cli worker invoke test:llm/ollama-1 test3 | grep -v "ERROR: "
148
+ golem-cli worker invoke test:llm/ollama-1 test4 | grep -v "ERROR: "
149
+ golem-cli worker invoke test:llm/ollama-1 test5 | grep -v "ERROR: "
150
+ golem-cli worker invoke test:llm/ollama-1 test6 | grep -v "ERROR: "
151
+ golem-cli worker invoke test:llm/ollama-1 test7 | grep -v "ERROR: "
152
152
publish-all :
153
153
needs :
154
154
- tests
You can’t perform that action at this time.
0 commit comments