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 13:41:54 +02:00
committed by GitHub
parent 21665eab4c
commit 975b979834
2 changed files with 2 additions and 3 deletions
-1
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
+2 -2
View File
@@ -1,2 +1,2 @@
openvino-dev[pytorch,onnx]
openai-whisper
openvino>=2023.3.0
openai-whisper