fix: Bump Qwen3-VL-32B-FP8 Hugging Face Hub Pin to Restore hf download#11297
fix: Bump Qwen3-VL-32B-FP8 Hugging Face Hub Pin to Restore hf download#11297weizhoublue wants to merge 1 commit into
Conversation
Signed-off-by: weizhoublue <weizhou.lan@daocloud.io>
|
@MatejKosec , I think you may miss the fix for Qwen3-VL-32B-FP8 . |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe pull request updates a Kubernetes Job manifest for the model-download recipe, changing the pinned huggingface_hub package version from 1.11.0 to 1.16.4 in the container's dependency installation step. ChangesDependency version update
Estimated code review effort: 1 (Trivial) | ~2 minutes Related issues: None provided in the diff context. Related PRs: None provided in the diff context. Suggested labels: dependencies, recipes Suggested reviewers: None specified. 🐰 A tiny hop, a version bump so bright, 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Comment |
Overview:
Details:
The Qwen3-VL-32B-FP8 model-cache job still installed huggingface_hub==1.11.0 before running hf download, while the other sibling model-cache jobs had already been bumped to huggingface_hub==1.16.4
The specific reason was clarified in PR #10986, which miss fixing for Qwen3-VL-32B-FP8
Where should the reviewer start?
Related Issues
🔗 This PR is linked to an issue:
🚫 This PR is NOT linked to an issue:
Summary by CodeRabbit