Skip to content

Commit 570c5d5

Browse files
committed
license: Add commands for getting licesne key
Issue: No license provided leads bf16 models running on *CPU* Log: <CACHE DIR>/vaiml_par_0/0/aiecompiler/aiecompiler-flexml.log AIEMLbuild feature license not found ! Test: export XILINXD_LICENSE_FILE=<ABSOLUTE PATH>/Xilinx.lic run bf16 example It should run on NPU Signed-off-by: Boyan Vladinov <boyan.vladinov@amd.com>
1 parent 46fd2ac commit 570c5d5

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/linux.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,38 @@ Install Ryzen AI Software
123123
echo $RYZEN_AI_INSTALLATION_PATH
124124
125125
126+
**********************
127+
Getting License key
128+
**********************
129+
- Go to `AMD Product Licensing page <https://account.amd.com/en/forms/license/license-form.html>`_
130+
131+
- Select **"2025 AI Engine Tools License"** and follow the on-screen instructions.
132+
133+
134+
- You will receive an email with the attached license file.
135+
136+
- Export it as a system environment variable before starting the model compilation:
137+
138+
.. code-block:: bash
139+
140+
export XILINXD_LICENSE_FILE=<ABSOLUTE PATH>/Xilinx.lic
141+
142+
- In case you need to edit the licesne, go to `Manage Licenses page <https://amd.entitlenow.com/AcrossUser/main.gsp>`_
143+
144+
.. note::
145+
146+
- License is locked to Host ID (MAC, etc).
147+
- If you need running RyzenAI on separate host, then you must add its Host ID to the **"2025 AI Engine Tools License"**.
148+
- **Troubleshooting**:
149+
150+
.. code-block:: bash
151+
152+
In case of any issue please check log file in cache dir: aiecompiler-flexml.log
153+
154+
Check for message:
155+
AIEMLbuild feature license not found !
156+
157+
126158
**********************
127159
Test the Installation
128160
**********************

0 commit comments

Comments
 (0)