I am unable to download any file from the public repository
nomic-ai/CodeRankEmbed.
Repository:
nomic-ai/CodeRankEmbed
Pinned revision:
3c4b60807d71f79b43f3c4363786d9493691f8b1
Environment:
- Linux under WSL2
- Python 3.12
- huggingface_hub
- Both anonymous and authenticated access tested
What works:
- HfApi().model_info(“nomic-ai/CodeRankEmbed”) succeeds
- It returns the expected revision and complete file list
- Other Hugging Face repositories download normally from the same machine
What fails:
- File resolve endpoint:
- Tree endpoint:
Both consistently return HTTP 503.
Latest resolver request:
Date:
Wed, 22 Jul 2026 17:51:39 GMT
Request ID:
Root=1-6a61032b-0401bfc35dc05d903715bcd4
CloudFront POP:
ATH51-P2
Response:
HTTP/2 503
x-error-message: Internal Error - We’re working hard to fix this as soon as possible!
x-cache: Error from cloudfront
Latest tree-listing request:
Date:
Wed, 22 Jul 2026 17:51:49 GMT
Request ID:
Root=1-6a610335-494af48c3124e1ab6d50289c
CloudFront POP:
ATH51-P2
Response:
HTTP/2 503
x-error-message: Internal Error - We’re working hard to fix this as soon as possible!
x-cache: Error from cloudfront
Response body:
{“error”:“Internal Error - We’re working hard to fix this as soon as possible!”}
This has also been reproduced through geographically different VPN routes and
CloudFront POPs:
- Athens: ATH51-P2
- Bucharest: OTP50-P3
- Atlanta: ATL59-P13
The same repository-specific HTTP 503 occurs through all three routes.
Troubleshooting already attempted:
- snapshot_download()
- hf_hub_download() per file
- hf download
- repeated retries
- anonymous and authenticated access
- HF_HUB_DISABLE_XET=1
- Git and Git LFS
- exact pinned commit rather than main
- multiple geographical VPN routes
Other repositories download correctly, including:
- sentence-transformers/all-MiniLM-L6-v2
- jinaai/jina-embeddings-v2-base-code
- ibm-granite/granite-embedding-97m-multilingual-r2
Because even config.json returns HTTP 503, the issue does not appear to be
limited to the model.safetensors LFS/Xet object.
Could Hugging Face staff please inspect the repository’s backend or storage
state?