Skip to content

Commit 7d90b72

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 7d90b72

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

docs/linux.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,33 @@ 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 instructions. **NOTE:** License is locked to Host ID (MAC, etc). If you need running RyzenAI on separate host, then you need to add its Host ID to **"2025 AI Engine Tools License"**.
132+
133+
- You will get an email with attached license file.
134+
135+
- Export it as system environment before start the model compilation:
136+
137+
.. code-block:: bash
138+
139+
export XILINXD_LICENSE_FILE=<ABSOLUTE PATH>/Xilinx.lic
140+
141+
- In case you need to edit the licesne, then go to `Edit license page <https://amd.entitlenow.com/AcrossUser/main.gsp>`_
142+
143+
- **Troubleshooting**:
144+
145+
.. code-block:: bash
146+
147+
In case of any issue please check log file in cache dir: aiecompiler-flexml.log
148+
149+
Check for message:
150+
AIEMLbuild feature license not found !
151+
152+
126153
**********************
127154
Test the Installation
128155
**********************

0 commit comments

Comments
 (0)