Hi team,
I'm trying to set up memect-ppx on Windows 11 using Python 3.13. When running the ppx download command to fetch the required layout models, it consistently fails trying to download files from the Hugging Face Hub, even after setting HF_ENDPOINT="https://hf-mirror.com".
Environment:
- OS: Windows 11
- Python: 3.13
- Version: memect-ppx 0.2.10
Stack Trace / Error:
LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Downloading (incomplete total...): 0.00B [00:01, ?B/s]
It seems the huggingface_hub package is returning a 404/Not Found for a specific file in your remote repository (or the repo requires an authentication token now). Could you please check if all required models are publicly accessible on your HF repo, or provide a manual download link for the .onnx files so we can bypass the ppx download command?
Thanks!
Hi team,
I'm trying to set up
memect-ppxon Windows 11 using Python 3.13. When running theppx downloadcommand to fetch the required layout models, it consistently fails trying to download files from the Hugging Face Hub, even after settingHF_ENDPOINT="https://hf-mirror.com".Environment:
Stack Trace / Error:
It seems the
huggingface_hubpackage is returning a 404/Not Found for a specific file in your remote repository (or the repo requires an authentication token now). Could you please check if all required models are publicly accessible on your HF repo, or provide a manual download link for the.onnxfiles so we can bypass theppx downloadcommand?Thanks!