-
Notifications
You must be signed in to change notification settings - Fork 13
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 with resnet50 example on V70 #205
Comments
I am working on the exact same issue. I am trying to create dev docker for Vitis + TF Zendnn + PT Zendnn. I ran into the issue mentioned here but adding precompiled VART libraries from Vitis Docker got passed this issue, however, running into a new issue right now: Running the Vitis example for ResNet50 in Python PS: all the steps that I have followed are documented here: (all the steps I took are documented |
@Mahdi-CV, as a workaround, try this: Replace these lines with: vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/src/vai_runtime/vart
OPTIONS
-DENABLE_DPU_RUNNER=ON
) And then rebuild the server. |
thanks @varunsh-xilinx, that got rid of the error I was facing. However, now I run into another error that I don't have any clue what to do with. This is the error: checking with dmesg it shows this: |
Unfortunately, I do not. It could be related to the VAI runtime code (e.g. vart and others) in the container. Maybe the installed versions don't support V70 but that's just a guess. |
I am still stuck with the same issue. The installed versions that come from the dependencies inference server seem to be Vitis 3.0 which should support v70. I am just curious to know if you were able to successfully run resnet50 example on V70? |
Sorry, I have not tried it with a V70 beyond seeing the original error on this issue. |
@Mahdi-CV, please try with a new container from the repo if you can. I was able to run the resnet50 example on V70 with it |
Describe the bug
Running the resnet50 example on V70 results in an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The example script should work on V70.
Screenshots
The text was updated successfully, but these errors were encountered: