mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
status code 503 #252
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ClayGminx on GitHub (Mar 30, 2025).
I tried structured-outputs-image.py, and I inputted a picture. Finally, occurred the following:
@karanravindra commented on GitHub (Apr 14, 2025):
is ollama the service itself running on your computer / whatever the IP address is?
ollama-python is NOT a model running library, it is a library that simply talks to the ollama server
also 503 error code typically means it can't find the server, or the server is over loaded.
your computer might not have enough resources to run the model - though you would see your computer freeze before the error if this is the case
@ClayGminx commented on GitHub (Apr 14, 2025):
Hi, there. In fact, it's due to my network proxy. When I closed my network proxy, it worked.