Update README.md
Browse files
README.md
CHANGED
@@ -140,15 +140,19 @@ For the first half, see [Appendix: Tips for running Ryzen AI Software 1.2 in Run
|
|
140 |
|
141 |
Then,
|
142 |
- Uninstall VC 2019
|
|
|
143 |
I'm not sure if this is the cause, but compilation sometimes failed if VC 2019 was installed
|
144 |
|
145 |
- Delete the previous virtual environment for 1.1
|
|
|
146 |
This may not be necessary, but just to be sure
|
147 |
|
148 |
- Follow the instructions on [LLMs on RyzenAI with Pytorch](https://github.com/amd/RyzenAI-SW/blob/main/example/transformers/models/llm/docs/README.md) and create conda enviroment.
|
|
|
149 |
After creating the Z drive and compiling, delete the Z drive before running the script. Otherwise, an error will occur if the module cannot be found.
|
150 |
|
151 |
- Add PYTHONPATH manually in your CMD window.
|
|
|
152 |
```
|
153 |
set PYTHONPATH=%PYTHONPATH%;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\tools;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ops\python;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\models\llm\chatglm3;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ext\llm-awq\awq\quantize;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ext\smoothquant\smoothquant;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ext\llm-awq\awq\utils
|
154 |
```
|
|
|
140 |
|
141 |
Then,
|
142 |
- Uninstall VC 2019
|
143 |
+
|
144 |
I'm not sure if this is the cause, but compilation sometimes failed if VC 2019 was installed
|
145 |
|
146 |
- Delete the previous virtual environment for 1.1
|
147 |
+
|
148 |
This may not be necessary, but just to be sure
|
149 |
|
150 |
- Follow the instructions on [LLMs on RyzenAI with Pytorch](https://github.com/amd/RyzenAI-SW/blob/main/example/transformers/models/llm/docs/README.md) and create conda enviroment.
|
151 |
+
|
152 |
After creating the Z drive and compiling, delete the Z drive before running the script. Otherwise, an error will occur if the module cannot be found.
|
153 |
|
154 |
- Add PYTHONPATH manually in your CMD window.
|
155 |
+
|
156 |
```
|
157 |
set PYTHONPATH=%PYTHONPATH%;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\tools;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ops\python;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\models\llm\chatglm3;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ext\llm-awq\awq\quantize;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ext\smoothquant\smoothquant;<your_ryzen_ai-sw_install_path>\RyzenAI-SW\example\transformers\ext\llm-awq\awq\utils
|
158 |
```
|