py : replace deprecated openvino-dev with openvino>=2023.3.0 (#3678)

* models: replace deprecated openvino-dev with openvino>=2023.3.0 for Python 3.12+ compat

* models: remove unused openvino.tools.mo import from convert-whisper-to-openvino.py
This commit is contained in:
Aiudadadadf 2026-03-16 12:41:54 +01:00 committed by GitHub
parent 21665eab4c
commit 975b979834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ import argparse
import torch
from whisper import load_model
import os
from openvino.tools import mo
from openvino.frontend import FrontEndManager
from openvino.runtime import serialize
import shutil

View File

@ -1,2 +1,2 @@
openvino-dev[pytorch,onnx]
openai-whisper
openvino>=2023.3.0
openai-whisper