Update README.md
Browse files
README.md
CHANGED
@@ -122,8 +122,9 @@ if __name__ == "__main__":
|
|
122 |
```
|
123 |
|
124 |
## Acknowledgements
|
125 |
-
- [
|
126 |
-
|
127 |
- [mit-han-lab/awq-model-zoo](https://huggingface.co/datasets/mit-han-lab/awq-model-zoo)
|
128 |
Thanks for uploading the AWQ quantization sample.
|
129 |
-
|
|
|
|
122 |
```
|
123 |
|
124 |
## Acknowledgements
|
125 |
+
- [amd/RyzenAI-SW](https://github.com/amd/RyzenAI-SW)
|
126 |
+
Sample Code and Drivers.
|
127 |
- [mit-han-lab/awq-model-zoo](https://huggingface.co/datasets/mit-han-lab/awq-model-zoo)
|
128 |
Thanks for uploading the AWQ quantization sample.
|
129 |
+
- [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
|
130 |
+
[Built with Meta Llama 3](https://llama.meta.com/llama3/license/)
|