diff --git a/whispercpp.pyx b/whispercpp.pyx index 1e3512c..ab9a4e3 100644 --- a/whispercpp.pyx +++ b/whispercpp.pyx @@ -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