fix: add required python packages to support generic huggingface models#1781
fix: add required python packages to support generic huggingface models#1781andyzhangx wants to merge 4 commits intokaito-project:mainfrom
Conversation
TitleAdd required Python packages to support generic HuggingFace models Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
There was a problem hiding this comment.
Pull request overview
Updates the workspace Python dependency set used by KAITO’s TFS/vLLM preset images to support additional “generic” Hugging Face models that require extra third‑party packages.
Changes:
- Bumps the minimum
transformersversion to>=4.57.1,<5. - Adds several new model-specific Python dependencies (e.g.,
decord,timm,torch-c-dlpack-ext, etc.) to the shared requirements.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
can you pin these dependencies version? This kind of py deps are easily broken. |
1a5e0c1 to
9b356f1
Compare
986a92c to
e703f7d
Compare
Reason for Change:
fix: add required python packages to support generic huggingface models
decordis required by 'baidu/ernie-4.5-vl-28b-a3b-pt'transformers>=4.57.1is required byzai-org/GLM-4.1V-9B-Thinkingtimmis required by 'google/gemma-3n-e2b-it'torch-c-dlpack-extis required by 'deepseek-ai/DeepSeek-V3.1' and 'ai21labs/ai21-jamba-1.5-mini' and a lot of other modelsnum2wordsis required by 'HuggingFaceTB/SmolVLM2-2.2B-Instruct'mistral-common[soundfile]is required bymistralai/Voxtral-Mini-3B-2507tensorflowis required by 'allenai/Molmo-7B-D-0924'fla-coreis required bymoonshotai/Kimi-Linear-48B-A3B-InstructRequirements
Issue Fixed:
Notes for Reviewers: