Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountered a ConnectionErrorr: Max retries exceeded #96

Open
pragnakalpdev39 opened this issue Nov 20, 2023 · 5 comments
Open

Encountered a ConnectionErrorr: Max retries exceeded #96

pragnakalpdev39 opened this issue Nov 20, 2023 · 5 comments

Comments

@pragnakalpdev39
Copy link

ConnectionError: HTTPConnectionPool(host='llm', port=11434): Max retries exceeded with url: /api/generate/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8f44052160>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

@matthieuml
Copy link
Contributor

Is the service llm running ? Or are you using the llm-gpu service ?

@jli113
Copy link

jli113 commented Nov 28, 2023

In my case, it was just network not fast enough, just docker-compose up again and again until it finish pulling

@mitesh741
Copy link

Having same issue.
I am running llm-gpu service.

@kiron111
Copy link

if you run the service from docker, try to use the api url to
http://host.docker.internal:11434

i fix this error by changing this.

@FableFatale
Copy link

if you run the service from docker, try to use the api url to http://host.docker.internal:11434

如果您从 docker 运行该服务,请尝试使用 api url http://host.docker.internal:11434

i fix this error by changing this.↳

it works,thankyou!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants