Update whispercpp.pyx
This commit is contained in:
parent
1aa6416714
commit
b01f367a45
|
@ -7,7 +7,7 @@ import requests
|
|||
import os
|
||||
from pathlib import Path
|
||||
|
||||
MODELS_DIR = str(Path('~/ggml-models').expanduser())
|
||||
MODELS_DIR = str(Path('~/.ggml-models').expanduser())
|
||||
print("Saving models to:", MODELS_DIR)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue