You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `install-openvino-action` has improved and this brings in the latest changes: `v8`. Unfortunately, installing OpenVINO packages from APT has changed from v2022 to v2023. For `v2022.*` the APT repository used the `jammy` and `focal` release names; now, `v2023.*`, it appears to use `ubuntu20` and `ubuntu22`. Since the `openvino-install-action` has switched to the latter names, let's just use a new-ish version for this package. Also, APT-installed libraries now live in `/lib` on Ubuntu.
0 commit comments