[PR #273] [MERGED] feat: gguf import #35866

Closed
opened 2026-04-25 10:01:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/273
Author: @tjbck
Created: 12/23/2023
Status: Merged
Merged: 12/24/2023
Merged by: @tjbck

Base: mainHead: gguf-import


📝 Commits (9)

  • e539cf5 feat: gguf upload
  • a640652 fix: large file upload issue
  • bc5f9c0 chore: version update
  • 0fe7d89 feat: create blob from huggingface url
  • 232401a feat: gguf file upload status
  • ee83791 feat: return file_name for model name
  • 892591f feat: no text response error message
  • b05ad1f chore: doc update
  • a0181d9 doc: features update

📊 Changes

11 files changed (+694 additions, -93 deletions)

View changed files

📝 README.md (+3 -1)
📝 backend/.gitignore (+3 -1)
📝 backend/apps/web/main.py (+2 -1)
backend/apps/web/routers/utils.py (+164 -0)
📝 backend/config.py (+1 -1)
📝 backend/requirements.txt (+1 -0)
📝 backend/utils/misc.py (+8 -0)
📝 src/lib/components/chat/SettingsModal.svelte (+496 -88)
📝 src/lib/constants.ts (+2 -1)
📝 src/routes/(app)/+page.svelte (+7 -0)
📝 src/routes/(app)/c/[id]/+page.svelte (+7 -0)

📄 Description

Resolves #234

TODO

  • show upload progress
  • download gguf directly from hugging face url
  • show download progress

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/273 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `gguf-import` --- ### 📝 Commits (9) - [`e539cf5`](https://github.com/open-webui/open-webui/commit/e539cf5c28c25e81efebd16c511ebaa1d9a78a73) feat: gguf upload - [`a640652`](https://github.com/open-webui/open-webui/commit/a640652a9bf9f0d10848a812bd2b3ada8562dcdc) fix: large file upload issue - [`bc5f9c0`](https://github.com/open-webui/open-webui/commit/bc5f9c01a9b4a3c506bf71e99df2b5ef4932efd0) chore: version update - [`0fe7d89`](https://github.com/open-webui/open-webui/commit/0fe7d89f0bd2db2d7ffd6b1e94829307abe51527) feat: create blob from huggingface url - [`232401a`](https://github.com/open-webui/open-webui/commit/232401a042de697d4833cb5b25246e8a876700f9) feat: gguf file upload status - [`ee83791`](https://github.com/open-webui/open-webui/commit/ee83791596355acf4cd1b7ff3b5d34fb77808455) feat: return file_name for model name - [`892591f`](https://github.com/open-webui/open-webui/commit/892591f89444182f704f63805a75624af448482e) feat: no text response error message - [`b05ad1f`](https://github.com/open-webui/open-webui/commit/b05ad1fda1e6db019b2a986674f926c3d13b3187) chore: doc update - [`a0181d9`](https://github.com/open-webui/open-webui/commit/a0181d956f01c3dd8bbdb20c6398ad7978cea886) doc: features update ### 📊 Changes **11 files changed** (+694 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `backend/.gitignore` (+3 -1) 📝 `backend/apps/web/main.py` (+2 -1) ➕ `backend/apps/web/routers/utils.py` (+164 -0) 📝 `backend/config.py` (+1 -1) 📝 `backend/requirements.txt` (+1 -0) 📝 `backend/utils/misc.py` (+8 -0) 📝 `src/lib/components/chat/SettingsModal.svelte` (+496 -88) 📝 `src/lib/constants.ts` (+2 -1) 📝 `src/routes/(app)/+page.svelte` (+7 -0) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+7 -0) </details> ### 📄 Description Resolves #234 TODO - [x] show upload progress - [x] download gguf directly from hugging face url - [x] show download progress --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 10:01:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#35866