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
2 changed files with 2 additions and 3 deletions

View File

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

View File

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