mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #3810] Cannot disable mmap in model settings #13392
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 @zsmooter on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3810
Bug Report
Bug Summary:
The "Advanced Params" section of the model creation / edit page has a setting for use_mmap. The options are "default" or "on", but the default is on in my case. Changing this setting does not seem to do anything for my setup.
Steps to Reproduce:
Try to change the setting for use_mmap in the model creation / edit page to off.
Expected Behavior:
use_mmap can be set to off.
Actual Behavior:
use_mmap can only be set to default or on, both of which enable mmap in my case.
Environment
Open WebUI Version: v0.3.8
Ollama (if applicable): 0.2.1
Operating System: Windows 11
Browser (if applicable): Edge
Reproduction Details
Confirmation:
Installation Method
pip
@tjbck commented on GitHub (Jul 16, 2024):
Fixed on dev!