mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Error while working with multimodal chat LLaMa 3.2-vision 90B #172
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 @PZherdev on GitHub (Nov 28, 2024).
Hello everyone
I'm trying to check working with images by llama 3.2 vision. With code from example:
But getting an error:
ResponseError: POST predict: Post "http://127.0.0.1:44183/completion": EOFVersion ollama: 0.4.6
@ParthSareen commented on GitHub (Nov 28, 2024):
Hey! Can you double check that Ollama is running and you're hitting the right endpoint? The default is usually
'http://127.0.0.1:11434'. Maybe instantiate a client with the url set and see if that works? Can dig a bit more if you're still running into it.@jessegross commented on GitHub (Dec 2, 2024):
@PZherdev That message likely indicates a crash in the underlying inference runner. Can you file a new bug in ollama/ollama and include server logs?