mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 00:55:21 -04:00
Local running lamma3. httpx.connecterror [wrong ssl] #92
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 @chkp-orendi on GitHub (Jun 4, 2024).
Hello :)
I'm trying to run locally lamma3 on ubuntu 20.04.
I installed everything and it all seem to be working.
Running
ollama run llama3:8blet me chat with him. And runningollama serveseems to work.I tried coppying this code:
But I get an error:
httpx.ConnectError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)
If you need any more information let me know.
Thank you :)
@umarbektokyo commented on GitHub (Jul 21, 2024):
Hey!
Here are some things which might help:
pip install --upgrade httpx ollamacurl -v https://your-server-urlI hope it helps. Good luck with your project ;]