-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi developer,
I am following your instructions, but the terminal shows that there are errors with python dependency in your docker
python3 examples/transcribe.py base.en example.wav --backend whisper Traceback (most recent call last): File "/opt/whisper_trt/examples/transcribe.py", line 41, in <module> model = load_model(args.model) File "/usr/local/lib/python3.10/dist-packages/whisper/__init__.py", line 133, in load_model checkpoint_file = _download(_MODELS[name], download_root, in_memory) File "/usr/local/lib/python3.10/dist-packages/whisper/__init__.py", line 51, in _download os.makedirs(root, exist_ok=True) File "/usr/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) FileExistsError: [Errno 17] File exists: '/root/.cache/whisper' double free or corruption (out) Fatal Python error: Aborted