Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ The following sample assumes that the setup on the above page has been completed
|
|
14 |
|
15 |
This model has only been tested on RyzenAI for Windows 11. It does not work in Linux environments such as WSL.
|
16 |
|
17 |
-
2024/07/29
|
18 |
-
I found that quantizing lm_head reduces performance, so I replaced model with a non-quantized version.
|
19 |
-
|
20 |
|
21 |
### setup
|
22 |
In cmd windows.
|
|
|
14 |
|
15 |
This model has only been tested on RyzenAI for Windows 11. It does not work in Linux environments such as WSL.
|
16 |
|
17 |
+
2024/07/29
|
18 |
+
- I found that quantizing lm_head reduces performance, so I replaced model with a non-lm_head quantized version.
|
19 |
+
- [llama 3.1 npu version](https://huggingface.co/dahara1/llama3.1-8b-Instruct-amd-npu) has been uploaded.
|
20 |
|
21 |
### setup
|
22 |
In cmd windows.
|