openvinotoolkit / openvino_notebooks

📚 Jupyter notebook tutorials for OpenVINO™
Apache License 2.0
2.3k stars 791 forks source link

NPU hello world notebooks compatibility issue workaround #2314

Closed raymondlo84 closed 3 weeks ago

raymondlo84 commented 3 weeks ago

added a quick workaround to install 2024.1 for the NPU demo. We will relax this once 2024.4 addressed this issue.

review-notebook-app[bot] commented 3 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

eaidova commented 3 weeks ago

@raymondlo84 thanks, but I prefer another solution that should be invariant to openvino version. As it is tutorial in hello-world series, we do not demonstrate model conversion in them, so it should be better to use preconverted model instead of pinning openvino https://github.com/openvinotoolkit/openvino_notebooks/pull/2316

raymondlo84 commented 3 weeks ago

Thanks!