巷のリポジトリでは https://github.com/openai/whisper/blob/main/whisper/__init__.py#L95 デフォルトの保存先は ``` os.path.join(os.path.expanduser("~"), ".cache", "whisper") ``` のようにユーザディレクトリ/.cache/アプリ名 といった感じが多いのでそこに合わせる
巷のリポジトリでは
https://github.com/openai/whisper/blob/main/whisper/__init__.py#L95
デフォルトの保存先は
のようにユーザディレクトリ/.cache/アプリ名 といった感じが多いのでそこに合わせる