Update README.md
Browse files
README.md
CHANGED
@@ -161,10 +161,10 @@ After creating the Z drive and compiling, delete the Z drive before running the
|
|
161 |
conda activate ryzenai-transformers
|
162 |
```
|
163 |
|
164 |
-
- cd and then run setup.bat
|
165 |
|
166 |
```
|
167 |
-
cd <your_RyzenA-
|
168 |
.\setup_phx.bat
|
169 |
```
|
170 |
|
@@ -175,9 +175,10 @@ set XLNX_VART_FIRMWARE=%RYZEN_AI_INSTALLATION_PATH%\voe-4.0-win_amd64\xclbins\ph
|
|
175 |
set XLNX_TARGET_NAME=AMD_AIE2_Nx4_Overlay
|
176 |
```
|
177 |
|
178 |
-
- Copy [modeling_llama_amd.py](https://github.com/amd/RyzenAI-SW/blob/1.1/example/transformers/models/llama2/modeling_llama_amd.py) from the version1.1 tree
|
179 |
|
180 |
There are no changes to the model download and sample scripts.
|
|
|
181 |
Good luck.
|
182 |
|
183 |
![chat_image](trans-sample.png)
|
|
|
161 |
conda activate ryzenai-transformers
|
162 |
```
|
163 |
|
164 |
+
- cd and then run setup.bat You should do cd command or fail setup_phx.bat.
|
165 |
|
166 |
```
|
167 |
+
cd <your_RyzenA-SW_install_path>\RyzenAI-SW\example\transformers
|
168 |
.\setup_phx.bat
|
169 |
```
|
170 |
|
|
|
175 |
set XLNX_TARGET_NAME=AMD_AIE2_Nx4_Overlay
|
176 |
```
|
177 |
|
178 |
+
- Copy [modeling_llama_amd.py](https://github.com/amd/RyzenAI-SW/blob/1.1/example/transformers/models/llama2/modeling_llama_amd.py) from the version1.1 tree.
|
179 |
|
180 |
There are no changes to the model download and sample scripts.
|
181 |
+
In Version 1.2, you can see the NPU usage in the Task Manager.
|
182 |
Good luck.
|
183 |
|
184 |
![chat_image](trans-sample.png)
|