Update whispercpp.pyx

This commit is contained in:
Luke Southam 2022-12-18 21:51:53 +00:00 committed by GitHub
parent 86fca83bcf
commit a1c29b52fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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