--extra-index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
openvino-tokenizers[transformers]~=2025.4.0.0.dev
optimum-intel[nncf]==1.26.0
numpy==1.26.4; platform_system == "Darwin" and platform_machine == "x86_64"
safetensors==0.6.2; platform_system == "Darwin" and platform_machine == "x86_64"
einops==0.8.1  # For Qwen
transformers_stream_generator==0.0.5  # For Qwen
diffusers==0.35.2 # For image generation pipelines
timm==1.0.21  # For exporting InternVL2
# torchvision for visual language models
torchvision==0.17.2; platform_system == "Darwin" and platform_machine == "x86_64"
torchvision==0.23.0; platform_system != "Darwin" or platform_machine != "x86_64"
transformers==4.55.4 # For Whisper
hf_transfer==0.1.9  # for faster models download, should used with env var HF_HUB_ENABLE_HF_TRANSFER=1
backoff==2.2.1  # for microsoft/Phi-3.5-vision-instruct
peft==0.17.1  # For microsoft/Phi-4-multimodal-instruct
