-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Problem: I am trying to build and test openvino on WasmEdge but it is failing? #18517
Comments
I am getting the following error
|
Could you confirm where openvino is installed in your machine and set correct OpenVINO_DIR? |
https://docs.openvino.ai/2023.0/openvino_docs_install_guides_installing_openvino_apt.html |
@Mash707 could you please try to run samples build using |
@ilya-lavrenov Yes the build is working |
@Mash707 InferenceEngineConfig will be removed in 2024 release and OpenVINOConfig.cmake is suggested for usage. |
@ilya-lavrenov I will try to find OpenVINO. |
I found out the script that you may be referring to |
Yes, this place. |
So I have to change it from InferenceEngine to OpenVINO to fix the issue? |
I have not tried, but since OpenVINOConfig.cmake works - let's try to find it instead of legacy InferenceEngineConfig.cmake |
@ilya-lavrenov So the previous issue is resolved , I am getting this error now https://github.com/WasmEdge/WasmEdge/actions/runs/5552782958/jobs/10140564241?pr=2636#step:5:291 which is regarding the api. |
How have you modified cmake ? |
The changes I made were replacing InferenceEngine with Openvino.
|
Please, have a look what |
Sorry Could you tell how one can import targets? (ps - I am new to open source and this is my first issue so its little bit confusing for me) |
They are already imported. |
Do you mean like this? Sorry if I am asking silly questions |
@ilya-lavrenov Update: Everything is working fine now. Thank you so much.
|
|
@ilya-lavrenov just a off topic question . I would love to contribute to the openvino repo. What are the prerequisites I need to know ? I am a complete beginner. |
We have a list of tasks which can be taken on by external developers #17502
We have no slack/discord channels |
Thank you . I will see if I can contribute something. |
The text was updated successfully, but these errors were encountered: