Skip to content

Commit 2226d72

Browse files
authored
updating the links for RAI 1.6.1 release
- need to update instructions for applying the patch
1 parent 977a73a commit 2226d72

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

docs/inst.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Install NPU Drivers
4949

5050
- Download and Install the NPU driver version: 32.0.203.280 or newer using the following links:
5151

52-
- :download:`NPU Driver (Version 32.0.203.280) <https://account.amd.com/en/forms/downloads/ryzenai-eula-public-xef.html?filename=NPU_RAI1.5_280_WHQL.zip>`
53-
- :download:`NPU Driver (Version 32.0.203.304) <https://account.amd.com/en/forms/downloads/ryzen-ai-software-platform-xef.html?filename=NPU_RAI1.6_304_WHQL.zip>`
52+
- :download:`NPU Driver (Version 32.0.203.280) <https://download.amd.com/opendownload/RyzenAI/Driver/NPU_RAI1.5_280_WHQL.zip>`
53+
- :download:`NPU Driver (Version 32.0.203.304) <https://download.amd.com/opendownload/RyzenAI/Driver/NPU_RAI1.6_304_WHQL.zip>`
5454

5555
- Install the NPU drivers by following these steps:
5656

@@ -66,13 +66,13 @@ Install NPU Drivers
6666
Install Ryzen AI Software
6767
*************************
6868

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>`.
7070

7171
- Launch the EXE installer and follow the instructions on the installation wizard:
7272

7373
- 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``)
7676

7777
The Ryzen AI Software packages are now installed in the conda environment created by the installer.
7878

@@ -82,23 +82,20 @@ The Ryzen AI Software packages are now installed in the conda environment create
8282
.. _apply-patch:
8383

8484
*************************
85-
Apply RyzenAI 1.6.0 Patch
85+
Apply RyzenAI 1.6.1 Patch
8686
*************************
8787

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.
8989

9090
**Steps:**
9191

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>`
9393
- Open an **Administrator** Command Prompt or PowerShell in the extracted folder.
9494
- Run:
9595

9696
.. code-block:: bash
9797
98-
python ryzenai-1.6.0-patch.py --install-path "C:\Program Files\RyzenAI\1.6.0"
99-
100-
.. note::
101-
The script creates a timestamped backup before replacing the DLL.
98+
# TODO: Update with instructions for applying the patch
10299
103100
104101
.. _quicktest:

0 commit comments

Comments
 (0)