mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: enable concurrent model downloads #87
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 @gmaijoe on GitHub (Dec 14, 2023).
Describe the bug
Right now I can download multiple models at the same time and end up seeing sha hashes collisions in the UI.
To Reproduce
You can just type in 2 different models and import at the same time
Expected behavior
parallel model imports should show up on different lines along with a label of the model name + download progress bars for each
Screenshots

Desktop (please complete the following information):
Additional context
N/A
@tjbck commented on GitHub (Dec 14, 2023):
Hi, Thanks for the suggestion. I'll take a look in the near future and assess it's usability/feasibility. Thanks!
@anuraagdjain commented on GitHub (Jan 6, 2024):
A sneak peak of parallel downloading of the models. Also showcased an error Ollama server fails to download a specific model.
https://github.com/ollama-webui/ollama-webui/assets/4705103/c4377b83-6300-4297-957f-be0137ee955e
@anuraagdjain commented on GitHub (Jan 6, 2024):
Can one of you confirm if the progress bar is never visible when the UI is light mode?
Edit: Fixed the progress bar for light theme.
@tjbck commented on GitHub (Jan 6, 2024):
Yep, just noticed yesterday and should've been fixed with the latest release!