From b01f367a45a901ee0e80d27ba79334fe93e8b9cb Mon Sep 17 00:00:00 2001 From: Luke Southam Date: Sat, 8 Jul 2023 15:20:24 +0100 Subject: [PATCH] Update whispercpp.pyx --- whispercpp.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whispercpp.pyx b/whispercpp.pyx index 5fef242..f780dcc 100644 --- a/whispercpp.pyx +++ b/whispercpp.pyx @@ -7,7 +7,7 @@ import requests import os from pathlib import Path -MODELS_DIR = str(Path('~/ggml-models').expanduser()) +MODELS_DIR = str(Path('~/.ggml-models').expanduser()) print("Saving models to:", MODELS_DIR)