Runtime error: file in the wrong directory

#1
by hubsnippetai - opened

hello all,

when testing out the whsiper-base-webnn model, the following error was encountered:

"""
Runtime error
ine 372, in _request_wrapper
response = _request_wrapper(
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 396, in _request_wrapper
hf_raise_for_status(response)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 315, in hf_raise_for_status
raise EntryNotFoundError(message, response) from e
huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-66625773-7e13abcc2aaff8e1325fdceb;c8928c22-fd2f-42b0-b933-0b0f550e147f)

Entry Not Found for url: https://huggingface.co/microsoft/whisper-base-webnn/resolve/main/preprocessor_config.json.
"""

however, the preprocessor_config.json file was found in:
https://huggingface.co/microsoft/whisper-base-webnn/tree/main/processer/resolve/main/preprocessor_config.json.

pls fix for usage.

Thanks

Sign up or log in to comment