mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #17376] issue: Disabling CPU for Ollama removes all models from open-webui #72864
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 @ryanjoneil on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17376
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
0.11.10
Operating System
Ubuntu 25.04
Browser (if applicable)
Firefox 142.0.1
Confirmation
README.md.Expected Behavior
When I configure Ollama to disable the CPU, the list of available models should still show up in open-webui.
Actual Behavior
When I configure Ollama to disable the CPU, the list of models in open-webui is empty. When I re-enable the CPU, the list of models in open-webui returns.
Steps to Reproduce
ollama pulla number of different models./admin/settings/modelsor/). They will show a list of available models, such asgpt-oss:20b./api/v1/configs/modelsendpoint returns this data for me, which indicates that something funny is happening in the user interface. It's able to see all the models in Ollama, it just isn't showing them to me.Logs & Screenshots
Screenshots
Models available with CPU enabled
Models available with CPU disabled
Logs
Additional Information
No response