# Whisper -> OpenVINO INT8 export environment # Tested with Python 3.11.9 on Windows 11 (Intel Core Ultra 7 255H) # # Setup: # python -m venv .venv # .venv\Scripts\activate # Windows # source .venv/bin/activate # Linux/macOS # pip install -U pip # pip install -r requirements.txt openvino==2026.0.0 openvino-genai==2026.0.0.0 openvino-tokenizers==2026.0.0.0 optimum-intel==1.27.0 optimum==2.1.0 nncf==3.0.0 transformers==4.57.6 torch==2.11.0 accelerate==1.13.0 huggingface_hub>=0.36.0 datasets soundfile librosa