Skip to content
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

install RyzenAi 1.30 faild #149

Open
fengxuanzheng opened this issue Jan 3, 2025 · 3 comments
Open

install RyzenAi 1.30 faild #149

fengxuanzheng opened this issue Jan 3, 2025 · 3 comments

Comments

@fengxuanzheng
Copy link

I have been stuck in this step when installing RyzenAI. After the CMD window pops up and closes, the installation progress has been stuck here for a long time.The NPU driver has been installed

@fengxuanzheng
Copy link
Author

20250103100846 20250103100927

@uday610
Copy link
Collaborator

uday610 commented Jan 4, 2025

Hi @fengxuanzheng ,

MSI installer takes few minutes time. I dont see any error message from the installation. After sucessful installation you will see this type of message

image

You can try from the beginning.

  1. Run the MSI installer and Uninstall
  2. Remove conda environment manually
conda remove --name ryzen-ai-1.3.0 --all --yes
  1. Delete the C:\Temp folder

Now you can run MSI installer again:

After installation is finished check inside C:\Temp, there should be a file named ryzenai_error_log.txt.. If there is any installation issue that should be captured as error in this logfile. Otherwise installation is good.

Also I see you are using PowerShell to run quicktest. Dont use PowerShell and Use CMD prompt..

After installation is done. Do the following

  1. Open a new Anaconda Command Prompt (Dont use already opened terminal, open a new one, also dont open Anaconda PowerShell, open Anaconda Command Prompt).

conda activate ryzen-ai-1.3.0
cd %RYZEN_AI_INSTALLATION_PATH%/quicktest
python quicktest.py

Also which PC model you are using? Is it Phoenix or Strix?

Thanks

@JKLEE1015
Copy link

I am using Strix, I checked my ryzenai_error_log.txt and it shows, how do I solve this?
�[32m
[QUARK-INFO]: C++ kernel compilation check start.�[0m
�[33m
[QUARK-WARNING]: Windows system only support CPU mode, skip compiling kernel, Quark runs in CPU mode.�[0m
�[32m
[QUARK-INFO]: C++ kernel compilation is already complete. Ending the C++ kernel compilation check. Total time: 0.0000 seconds�[0m
�[32m
[QUARK-INFO]: Custom Op compilation start.�[0m
�[32m
[QUARK-INFO]: Starting custom_op compilation�[0m
C:\Users\Administrator\anaconda3\envs\ryzen-ai-1.3.0\lib\site-packages\torch\utils\cpp_extension.py:384: UserWarning: Error checking compiler version for cl: 'cp1' codec can't decode bytes in position 0--1: No mapping for the Unicode character exists in the target code page.
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
�[32m
[QUARK-INFO]: Custom_op compile success�[0m
�[32m
[QUARK-INFO]: removing file: [WinError 5] 鎷掔粷璁块棶銆\ufffd: 'C:\Users\Administrator\anaconda3\envs\ryzen-ai-1.3.0\lib\site-packages\quark\onnx\operators\custom_ops\build_cpu\libvai_custom_op.pyd'�[0m
�[32m
[QUARK-INFO]: Custom Op compilation already complete.�[0m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants