Skip to content

Fix ov_infer.py for OpenVINO 2026.1.0 compatibility#1

Open
tocer wants to merge 1 commit into
apinge:mainfrom
tocer:main
Open

Fix ov_infer.py for OpenVINO 2026.1.0 compatibility#1
tocer wants to merge 1 commit into
apinge:mainfrom
tocer:main

Conversation

@tocer

@tocer tocer commented Apr 14, 2026

Copy link
Copy Markdown

Fixed OpenVINO 2026.1.0 compatibility:

  • Added comment for openvino_tokenizers import requirement
  • Fixed infer input format from dict to list

- Add comment for openvino_tokenizers import requirement
- Fix infer input format: dict to list for OpenVINO 2026.1.0 compatibility

These changes are necessary for the model to work with OpenVINO 2026.1.0 runtime.
The openvino_tokenizers import registers SentencepieceDetokenizer operation,
and the list format is required by OpenVINO 2026.1.0's infer method.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant