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

[tutorial] Improve Local LLM Performance with Dedicated Task Models #449

Merged
merged 2 commits into from
Mar 15, 2025

Conversation

taylorwilsdon
Copy link
Contributor

Have seen multiple reddit posts and github issues recently where new users had the "Current Model" selected for the default tasks, and were running a model that barely fit on their GPU so autocomplete took the performance from sluggish to unusable. Thought it might be beneficial to put together a quick doc on how to configure these optimally and reduce confusion from users. Happy to make any changes if you'd like @tjbck - wasn't sure if I should list providers by name (ie openrouter) or if there are any recommended API providers you already work with.

This pull request adds updated documentation aimed at improving the performance of Open-WebUI when running local LLMs. The new guide explains why performance issues often occur—primarily because of multiple background automation tasks—and provides clear, step-by-step instructions to optimize task model performance.

• A detailed explanation of the background tasks (title generation, tag generation, autocomplete, and search query generation) that can burden local resources.
• Clear instructions to configure a dedicated, lightweight task model (e.g., Llama 3.2 3B or Qwen2.5 3B) via the Admin Panel.
• Recommendations for connecting to hosted API endpoints (such as OpenRouter or GLHF.chat) to offload processing and enhance responsiveness.
• Tips on disabling unnecessary automation features for users who prioritize core chat functionality.

These enhancements ensure that users can achieve a faster and smoother experience with Open-WebUI by optimizing their configuration based on their hardware capabilities or network access.

@taylorwilsdon taylorwilsdon marked this pull request as ready for review March 15, 2025 15:26
@taylorwilsdon
Copy link
Contributor Author

Image won't render in the github preview but it's correctly included based on existing examples in the repo for docusaurus to host and display inline

Make it a little more visually appealing, add couple emojis and markdown tip
@tjbck
Copy link
Contributor

tjbck commented Mar 15, 2025

Thanks!

@tjbck tjbck merged commit cdba161 into open-webui:main Mar 15, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants