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