mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
Models Created from GGUF File Missing from api/models Endpoint #1467
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 @chrisoutwright on GitHub (Jul 9, 2024).
Bug Report: Models Created from GGUF File Missing from api/models Endpoint
Issue Description
When creating a model from a GGUF file using the Ollama tool, the model appears in the
ollama listcommand but is missing from theapi/modelsendpoint after some time. This behavior persists despite changes to the system template.Steps to Reproduce
Merge GGUF Files:
Output:
Create Model in Ollama:
Output:
Issue Details
ollama listcommand shows the new model.api/modelsendpoint after some hours, despite being listed initially.Original Model File:
Expected Behavior
The newly created model should be listed in both
ollama listandapi/modelsconsistently, allowing it to be accessed via the API for applications like Open WebUI.Questions
openbiollm-llama-3_Q4_K_M) cause issues with the API listing?Environment
Environment
Open WebUI Version: [e.g., 0.3.5]
Ollama (if applicable): [e.g., 0.1.48]
Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Manual, Win 10
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!