Update whispercpp.pyx
This commit is contained in:
parent
86fca83bcf
commit
a1c29b52fa
|
@ -10,6 +10,7 @@ import os
|
|||
from pathlib import Path
|
||||
|
||||
MODELS_DIR = str(Path('~/ggml-models').expanduser())
|
||||
print("Saving models to:", MODELS_DIR)
|
||||
|
||||
|
||||
cimport numpy as cnp
|
||||
|
|
Loading…
Reference in New Issue
Block a user