From a1c29b52fa350d40d2c5e8c0d80e5ef9d6dc8ac2 Mon Sep 17 00:00:00 2001 From: Luke Southam Date: Sun, 18 Dec 2022 21:51:53 +0000 Subject: [PATCH] Update whispercpp.pyx --- whispercpp.pyx | 1 + 1 file changed, 1 insertion(+) 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