forked from openvinotoolkit/openvino.genai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexport-requirements.txt
More file actions
17 lines (17 loc) · 986 Bytes
/
export-requirements.txt
File metadata and controls
17 lines (17 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--extra-index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
openvino-tokenizers[transformers]~=2026.1.0.0.dev
optimum-intel[nncf]==1.27.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.2 # For Qwen
transformers_stream_generator==0.0.5 # For Qwen
diffusers==0.36.0 # For image generation pipelines
timm==1.0.25 # 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.18.1 # For microsoft/Phi-4-multimodal-instruct