ITADN

python ./convert-h5-to-ggml.py ./distil-large-v3.5/ ../../whisper .

#3778Openosabc 创建于 2026-04-26
O
osabccommented
`python ./convert-h5-to-ggml.py ./distil-large-v3.5/ ../../whisper .` ``` Loading weights: 100%|████████████████████████████████████████████████████████████| 539/539 [00:00<00:00, 17763.96it/s] Traceback (most recent call last): File "D:\Projects\AI\whisper.cpp\models\convert-h5-to-ggml.py", line 102, in <module> with np.load(os.path.join(dir_whisper, "whisper/assets", "mel_filters.npz")) as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python312\Lib\site-packages\numpy\lib\_npyio_impl.py", line 454, in load fid = stack.enter_context(open(os.fspath(file), "rb")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '..\\..\\whisper\\whisper/assets\\mel_filters.npz' ```
0 条评论