You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install the NPU drivers by following these steps:
56
56
@@ -66,13 +66,13 @@ Install NPU Drivers
66
66
Install Ryzen AI Software
67
67
*************************
68
68
69
-
- Download the Ryzen AI Software installer :download:`ryzen-ai-lt-1.6.0-GA.exe <https://account.amd.com/en/forms/downloads/ryzen-ai-software-platform-xef.html?filename=ryzen-ai-lt-1.6.0-GA.exe>`.
69
+
- Download the Ryzen AI Software installer :download:`ryzen-ai-lt-1.6.1.exe <https://account.amd.com/en/forms/downloads/ryzen-ai-software-platform-xef.html?filename=ryzen-ai-lt-1.6.1.exe>`.
70
70
71
71
- Launch the EXE installer and follow the instructions on the installation wizard:
72
72
73
73
- Accept the terms of the Licence agreement
74
-
- Provide the destination folder for Ryzen AI installation (default: ``C:\Program Files\RyzenAI\1.6.0``)
75
-
- Specify the name for the conda environment (default: ``ryzen-ai-1.6.0``)
74
+
- Provide the destination folder for Ryzen AI installation (default: ``C:\Program Files\RyzenAI\1.6.1``)
75
+
- Specify the name for the conda environment (default: ``ryzen-ai-1.6.1``)
76
76
77
77
The Ryzen AI Software packages are now installed in the conda environment created by the installer.
78
78
@@ -82,23 +82,20 @@ The Ryzen AI Software packages are now installed in the conda environment create
82
82
.. _apply-patch:
83
83
84
84
*************************
85
-
Apply RyzenAI 1.6.0 Patch
85
+
Apply RyzenAI 1.6.1 Patch
86
86
*************************
87
87
88
-
This mandatory patch updates ``onnx_custom_ops.dll`` in the Ryzen AI installation.
88
+
This patch is required for users who need to rebuild the ONNX Runtime Vitis AI EP from source instead of using the prebuilt EP included with the installer, as it includes modifications not yet merged into the public ONNX Runtime repository.
89
89
90
90
**Steps:**
91
91
92
-
- Download and extract the patch :download:`ryzenai-1.6.0-patch.zip <https://account.amd.com/en/forms/downloads/ryzen-ai-software-platform-xef.html?filename=ryzenai-1.6.0-patch.zip>`
92
+
- Download and extract the patch :download:`ort_patches_rai_1.6.1.zip <https://account.amd.com/en/forms/downloads/ryzen-ai-software-platform-xef.html?filename=ort_patches_rai_1.6.1.zipp>`
93
93
- Open an **Administrator** Command Prompt or PowerShell in the extracted folder.
0 commit comments