baldy
Ollama on Runpod
runpod's instructions are more complicated than is necessary these days, imo. i just use ollama or openwebui images, so either
ollama/ollama:0.x.y
or ghcr.io/open-webui/open-webui:0.x.x-ollama
(if you go with openwebui, you should open ports 11434 and 8080, otherwise 11434 is enough).14 replies
Ollama on Runpod
i think 524 is an error generated by cloudflare when the connection times out -- are you requesting streamed responses? if not, i wonder if the response is just taking too long and maybe the proxy is cutting off the connection due to inactivity
14 replies
ComfyUI: Diagnosing errors like "Syntax error: Unexpected token '>'" by logging to file?
open the tools (F12 or option-command-J in chrome), go back to the browser, run the workflow, and then go back to dev tools. look at the network tab in the tools to find the raw request and response. there isn't a way to get the output otherwise.
7 replies