-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated docs related to openvino #26
Conversation
Signed-off-by: Divyanshu GUpta <[email protected]>
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Overall, this pull request includes several updates related to OpenVINO documentation and dependencies. Among the changes, there are a few potential issues and errors that need to be addressed. The first potential problem is in the GitHub workflows where the script is not sourcing Another potential problem is in the installation script where the paths for the ldconfig file are not updated to reflect the new OpenVINO version. The script still uses the paths for OpenVINO 2021, which can lead to confusion and potential errors. In terms of important findings, the removal of unnecessary code related to inspecting and modifying the Additionally, the addition of links to the official OpenVINO documentation in multiple README files is a valuable contribution without any potential problems. Lastly, the update to the Wasmedge version is straightforward, but it is essential to ensure compatibility and avoid any compatibility issues or regressions with the codebase. Overall, this pull request includes a mix of useful updates and potential issues that need to be resolved. DetailsCommit 41f079b0669f0a99bdfcf4f0990e4248835e36f1Key changes:
Potential problems:
Commit 5243f9a1dbd7cbc1ce5abc173274bfdd72c90861Key changes:
Potential problems:
Overall, this patch removes unnecessary code related to inspecting and modifying the Commit 9e20824ca6e1eb9b29a886d30431561cb27eeaefKey changes:
Potential problems:
Commit 081a5d319d03432c8c5b7449ec8eca19e0076c4cKey Changes:
Potential problems:
Overall, this patch adds useful links to the official documentation, which will help developers with the OpenVINO installation process and provide additional resources for understanding the project. It is a straightforward and valuable contribution. Commit 705f1062f994336dc0c485398bc7965d3873b99aKey Changes:
Potential Problems:
|
Hii @hydai could you please review the the PR. Also I have a question regarding the WasmEdge-WASINN-examples/scripts/install_openvino.sh Lines 19 to 28 in 4f7ff0a
|
These lines are registering the OpenVINO libraries because the previous ones are using a script to set related environments. Since we don't need to do this anymore when using the official API repo, we can remove them. |
Signed-off-by: Divyanshu GUpta <[email protected]>
Hii @hydai I removed those lines. Should we add links to openvino official documents and wasmedge docs or the changes I made are enough? |
Yes, please |
Signed-off-by: Divyanshu GUpta <[email protected]>
I have added links to the official openvino docs and WasmEdge docs in the readme files |
Signed-off-by: Divyanshu GUpta <[email protected]>
I have added docs links in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @apepkuss PTAL.
You may need to pull/rebase your branch to fix the conflicts. |
I tried pulling and rebasing my branch with master branch but the conflict is not fixed. |
Hii @hydai I have resolved the conflict. The PR is now ready to be merged. |
@Mash707 Please check the failed CI workflows and resolve the failures. Thanks! |
Signed-off-by: Divyanshu GUpta <[email protected]>
Hii @apepkuss , The workflow should work now because previously it was using wasmedge version |
resolves #25