Skip to content

Commit

Permalink
Update whispercpp.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
stlukey authored Jul 8, 2023
1 parent 1aa6416 commit b01f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whispercpp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit b01f367

Please sign in to comment.