-
Notifications
You must be signed in to change notification settings - Fork 68
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
build_dependencies.bat failes at CMake Error: install(EXPORT "DynamicDispatch-targets" ...) #143
Comments
+1
when i try to follow this guide: |
Hi Make sure you have installed Visual Studio 2022 Community Edition with "Desktop Development with C++" Also use Windows 11 CMD prompt
|
I am getting the same issue! Even though I am using the VS 2022 developer command prompt, and using the anaconda environment specified in here as well: https://github.com/amd/RyzenAI-SW/blob/main/example/transformers/models/llm/docs/README.md |
+1 When
|
+1 When
Help!? |
There is some issue with build_dependencies.bat . Please try to build using build_dependencies.ps1 powershell script via powershell. It works fine for me. |
I encountered a similar issue while running build_dependencies.bat and was able to resolve it by following these steps:
|
I am trying to run a pytorch model on the NPU of my Ryzen AI 7 Pro 360 (Strix Point), however running
build_dependencies.bat
fails with the following error:The step
pip install ops\torch_cpp --force-reinstall
fails, too.Running
python quicktest.py
from the Ryzen AI installation guide works.Any ideas how to resolve that issue?
Thanks, sidietz.
EDIT:
After digging into the codebase I found that in the DynamicDispatch build process a git repository from xilinx.com is cloned, which seems to be no longer available:
https://gitenterprise.xilinx.com/VitisAI/aie_controller.git
Maybe that is related to this issue.
The text was updated successfully, but these errors were encountered: