Update README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ After creating the Z drive and compiling, delete the Z drive before running the
|
|
156 |
- Add PYTHONPATH manually in your CMD window.
|
157 |
|
158 |
```
|
159 |
-
set PYTHONPATH=%PYTHONPATH
|
160 |
```
|
161 |
|
162 |
- 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
|
|
|
156 |
- Add PYTHONPATH manually in your CMD window.
|
157 |
|
158 |
```
|
159 |
+
set PYTHONPATH=%PYTHONPATH%;%PYTORCH_AIE_PATH%\tools;%PYTORCH_AIE_PATH%\ops\python;%PYTORCH_AIE_PATH%\models\llm\chatglm3;%PYTORCH_AIE_PATH%\ext\llm-awq\awq\quantize;%PYTORCH_AIE_PATH%\ext\smoothquant\smoothquant;%PYTORCH_AIE_PATH%\ext\llm-awq\awq\utils
|
160 |
```
|
161 |
|
162 |
- 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
|