Instructions to use nvidia/Lyra-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Lyra-2.0
How to use nvidia/Lyra-2.0 with Lyra-2.0:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Shards __32_0 through __63_0 (half of model/model/) are 0 bytes — LFS blobs not uploaded?
Hi NVIDIA Lyra team — thanks for the release!
I'm setting up inference on a fresh machine and hit a consistent download failure for exactly half of the DCP shards in checkpoints/model/model/. The failure pattern is perfectly contiguous:
Working: __0_0.distcp … __31_0.distcp — each ~2.13–2.14 GB, download fine
Broken: __32_0.distcp … __63_0.distcp — each exactly 0 bytes
Evidence it's server-side (not my network or the huggingface_hub client):
- HF API
repo_info(files_metadata=True)reportssize: 0for all 32 broken shards and the correct 2.1 GB size for the working ones. HEAD https://huggingface.co/nvidia/Lyra-2.0/resolve/main/checkpoints/model/model/__0_0.distcpreturnscontent-length: 2139054201and redirects tocas-bridge.xethub.hf.co/....HEAD https://huggingface.co/nvidia/Lyra-2.0/resolve/main/checkpoints/model/model/__32_0.distcpreturnscontent-length: 0with nolocation:redirect to CAS.- The
raw/main/...URL for__32_0.distcpreturns a valid LFS pointer withoid sha256:3769d293b42a17b48cb1a1eb24be5ec9aebb74de34799ee9b02fb5706ee6c831, but the pointer's backing LFS blob is not accessible. hf_hub_download(..., force_download=True)"completes" in ~0.3 s and produces a 0-byte file — the client is downloading the empty server response correctly; there's just nothing there.
It looks like the LFS pointers for all 64 shards were committed, but only the first 32 LFS blobs were actually uploaded to the HF/CAS backend. Could someone re-push the missing blobs for __32_0.distcp through __63_0.distcp?
Happy to provide any additional diagnostic output. Thanks!
Thanks for the reminder! The checkpoints are correct—those 0-byte files are expected due to DCP allocation, no worries.