fix(recipes): [cherry-pick 1.3.0] bump Hugging Face Hub helper-job pins to 1.16.4 (DYN-3335)#11273
Merged
dagil-nvidia merged 1 commit intoJul 7, 2026
Conversation
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Ryan McCormick <rmccormick@nvidia.com> Co-authored-by: Dan Gil <dagil@nvidia.com> Signed-off-by: Matej Kosec <mkosec@nvidia.com>
This comment has been minimized.
This comment has been minimized.
dagil-nvidia
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-pick of #10986 to
release/1.3.0for DYN-3335 / NVBug 6401769.1.11.0to1.16.4in 17 model-download recipes and two vLLM LoRA sync jobs, so the helper jobs install theclickdependency required byhf download.recipes/qwen3-vl-32b-fp8/model-cache/model-download.yaml. DYN-3335 lists this as the seventeenth affected recipe, but fix(recipes): bump Hugging Face Hub helper-job pins to 1.16.4 #10986 omitted it; the file still has the broken pin on bothmainandrelease/1.3.0.The remaining
maincopy ofqwen3-vl-32b-fp8requires a separate follow-up PR.Original PR: #10986
Linear: https://linear.app/nvidia/issue/DYN-3335
NVBug: 6401769
Validation
4d19db1e97acea77a3cc41d61f2938725665eee3.huggingface[_-]hub==1.11.0pins inrecipes/or the affected vLLM LoRA examples.hf downloadcommand.git diff --check upstream/release/1.3.0...HEADpassed.A Kubernetes model-download job was not rerun for this release port. #10986 validated
huggingface_hub==1.16.4in a clean Python environment; release CI remains required.Test plan
release/1.3.0.