Hi there, deepseek r1 is loading infinitively even after a restart of open web ui, I don't see any errors on the logs, what can be the solution ?
Originally created by @BenDes21 on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8984
<img width="934" alt="Image" src="https://github.com/user-attachments/assets/b8ae676b-88b0-40ce-8385-f55d66febcd0" />
<img width="934" alt="Image" src="https://github.com/user-attachments/assets/279545b0-7227-40f2-9846-8f4a0a277edb" />
Hi there, deepseek r1 is loading infinitively even after a restart of open web ui, I don't see any errors on the logs, what can be the solution ?
I'm getting the same issue (v0.5.7). It happens every time I try Deepseek R1...
@BenDes21 I see you closed the issue ...what is the fix?
<!-- gh-comment-id:2616113039 -->
@emimix commented on GitHub (Jan 27, 2025):
I'm getting the same issue (v0.5.7). It happens every time I try Deepseek R1...
@BenDes21 I see you closed the issue ...what is the fix?
<!-- gh-comment-id:2616930439 -->
@emimix commented on GitHub (Jan 27, 2025):
> check this, seems to make sense....
>
> [#9004](https://github.com/open-webui/open-webui/discussions/9004)
I checked that, and it’s not related to my issue.
<!-- gh-comment-id:2617237741 -->
@Detrol commented on GitHub (Jan 28, 2025):
I think the reason might be the DDOS attack on them, or that they are also currently getting an enormous amount of attention/requests.
https://status.deepseek.com/
@tjbck could you re-open this issue? I consistently have the same issue with WebUI 0.5.7 and DeepInfra's API. Occasionally DeepSeek R1 will complete, but 4 out of 5 times it will just hang. In the browser console, the error is "WebUI could not connect to Ollama". I have set max_tokens in the user interface to 80k, so that is not the problem. Answering hangs even while being well below that token limit. This is my configuration:
<!-- gh-comment-id:2628887323 -->
@rikhuijzer commented on GitHub (Feb 1, 2025):
@tjbck could you re-open this issue? I consistently have the same issue with WebUI 0.5.7 and DeepInfra's API. Occasionally DeepSeek R1 will complete, but 4 out of 5 times it will just hang. In the browser console, the error is "WebUI could not connect to Ollama". I have set `max_tokens` in the user interface to 80k, so that is not the problem. Answering hangs even while being well below that token limit. This is my configuration:
```yml
services:
open-webui:
container_name: 'open-webui'
image: 'ghcr.io/open-webui/open-webui:main'
volumes:
- './open-webui:/app/backend/data:rw'
ports:
- '3003:8080'
environment:
ENABLE_SIGNUP: 'False'
OPENAI_API_BASE_URLS: 'https://api.deepinfra.com/v1/openai'
env_file:
- 'OPENAI_API_KEYS.env'
- 'WEBUI_SECRET_KEY.env'
logging:
driver: 'json-file'
options:
max-size: '10m'
max-file: '10'
extra_hosts:
- 'host.docker.internal:host-gateway'
restart: 'unless-stopped'
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @BenDes21 on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8984
Hi there, deepseek r1 is loading infinitively even after a restart of open web ui, I don't see any errors on the logs, what can be the solution ?
@emimix commented on GitHub (Jan 27, 2025):
I'm getting the same issue (v0.5.7). It happens every time I try Deepseek R1...
@BenDes21 I see you closed the issue ...what is the fix?
@alexfisher commented on GitHub (Jan 27, 2025):
Same issue for me.
@kbranvh commented on GitHub (Jan 27, 2025):
same here latest 0.5.7
@kbranvh commented on GitHub (Jan 27, 2025):
check this, seems to make sense....
https://github.com/open-webui/open-webui/discussions/9004
@emimix commented on GitHub (Jan 27, 2025):
I checked that, and it’s not related to my issue.
@Detrol commented on GitHub (Jan 28, 2025):
I think the reason might be the DDOS attack on them, or that they are also currently getting an enormous amount of attention/requests.
https://status.deepseek.com/
@rikhuijzer commented on GitHub (Feb 1, 2025):
@tjbck could you re-open this issue? I consistently have the same issue with WebUI 0.5.7 and DeepInfra's API. Occasionally DeepSeek R1 will complete, but 4 out of 5 times it will just hang. In the browser console, the error is "WebUI could not connect to Ollama". I have set
max_tokensin the user interface to 80k, so that is not the problem. Answering hangs even while being well below that token limit. This is my configuration: