mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
storing vectordb in project cache folder + device types
This commit is contained in:
@@ -56,7 +56,7 @@ def transcribe(
|
||||
|
||||
model = WhisperModel(
|
||||
WHISPER_MODEL,
|
||||
device="cpu",
|
||||
device="auto",
|
||||
compute_type="int8",
|
||||
download_root=WHISPER_MODEL_DIR,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user