-
Notifications
You must be signed in to change notification settings - Fork 84
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
Error building the Stable Diffusion example: cmake #82
Comments
hi,
The error indicates that you checked out the wrong commit of XNNPACK.
I suggest you to repeat all the steps, making sure to execute the "git
checkout 1c8ee1b68f3a3e0847ec3c53c186c5909fa3fbd3" command.
Vito
|
Hi Vito, Thank you ..I installed the XNNPACK as you said. I'm still getting the some errors. Do I need particular branch for OnnxStream too? Currently I'm just doing this: |
I'm getting the following error now:
|
could you try adding this line:
#include <algorithm>
at the top of the onnxstream.h file?
Vito
|
Added, now I get the following errors:
I did add |
After adding
|
This is the same error we were getting at the beginning. We are stuck.
Can you try with the Dockerfile? If you open the Dockerfile, at the
beginning, there are the instructions to build the image.
Vito
|
Hi Vito, But I'm running the same commands manually. Do you think running the dockerfile will make any difference? |
It will most likely work. But you need to install Docker first.
Vito
|
Everything works fine until the cmake starts failing:
cmake --build . --config Release
I'm using:
Linux ubuntu 6.1.0-1023-rockchip #23 SMP Wed Aug 14 23:55:18 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4)
Device: Orange PI 5B 16GB Model
Updated gcc
gcc (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Still the same errors.
The error message(s):
The text was updated successfully, but these errors were encountered: