forked from open-webui/open-webui
storing vectordb in project cache folder + device types
This commit is contained in:
parent
0cb0358485
commit
acf999013b
4 changed files with 24 additions and 5 deletions
|
@ -56,7 +56,7 @@ def transcribe(
|
|||
|
||||
model = WhisperModel(
|
||||
WHISPER_MODEL,
|
||||
device="cpu",
|
||||
device="auto",
|
||||
compute_type="int8",
|
||||
download_root=WHISPER_MODEL_DIR,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue