I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Docker
Open WebUI Version
0.6.2
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
Expected Behavior
When the docker coda image is launched the following error appears in logs:
openWebUI-1 | WARNI [transformers_modules.nomic-ai.nomic-bert-2048.e5042dce39060cc34bc223455f25cf1d26db4655.modeling_hf_nomic_bert] !!!!!!!!!!!!megablocks not available, using torch.matmul instead
Not sure if this degrades performance though or if it's important. Everything appears to work.
Actual Behavior
.
Steps to Reproduce
.
Logs & Screenshots
.
Additional Information
.
Originally created by @frenzybiscuit on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12632
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Docker
### Open WebUI Version
0.6.2
### Ollama Version (if applicable)
_No response_
### Operating System
Debian 12
### Browser (if applicable)
_No response_
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
When the docker coda image is launched the following error appears in logs:
openWebUI-1 | WARNI [transformers_modules.nomic-ai.nomic-bert-2048.e5042dce39060cc34bc223455f25cf1d26db4655.modeling_hf_nomic_bert] !!!!!!!!!!!!megablocks not available, using torch.matmul instead
Not sure if this degrades performance though or if it's important. Everything appears to work.
### Actual Behavior
.
### Steps to Reproduce
.
### Logs & Screenshots
.
### Additional Information
.
GiteaMirror
added the bug label 2026-05-20 21:26:37 -05:00
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 @frenzybiscuit on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12632
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.2
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When the docker coda image is launched the following error appears in logs:
openWebUI-1 | WARNI [transformers_modules.nomic-ai.nomic-bert-2048.e5042dce39060cc34bc223455f25cf1d26db4655.modeling_hf_nomic_bert] !!!!!!!!!!!!megablocks not available, using torch.matmul instead
Not sure if this degrades performance though or if it's important. Everything appears to work.
Actual Behavior
.
Steps to Reproduce
.
Logs & Screenshots
.
Additional Information
.
@rgaricano commented on GitHub (Apr 9, 2025):
https://huggingface.co/nomic-ai/nomic-embed-text-v2-moe/discussions/8
you need to add megablock lib:
pip install git+https://github.com/nomic-ai/megablocks.git --no-build-isolation