]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
openvino : fix convert-whisper-to-openvino.py (#1890)
authorst-gr <redacted>
Thu, 22 Feb 2024 13:11:35 +0000 (05:11 -0800)
committerGitHub <redacted>
Thu, 22 Feb 2024 13:11:35 +0000 (15:11 +0200)
commiteb23f4ef164eb9e65dd0f41724382d6a549fe56e
tree700a03a17d812e41404aa3fc984379f807db2002
parentc56344b509a78b482201cf96174af21ac56da124
openvino : fix convert-whisper-to-openvino.py (#1890)

Fix issue: Conversion from Whisper to OpenVino failed #1870

convert-whisper-to-openvino.py stopped working with OpenVINO version 2023.0.0-10926-b4452d56304-releases/2023/0 .

Error was: TypeError: load(): incompatible function arguments. The following argument types are supported:
    1. (self: openvino._pyopenvino.FrontEnd, path: object) -> ov::frontend::InputModel

Tested successfully with a large-v3 conversion.

Co-authored-by: Stefan Grundmann <redacted>
models/convert-whisper-to-openvino.py