dahara1 commited on
Commit
f52202e
1 Parent(s): 9de46d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -122,8 +122,9 @@ if __name__ == "__main__":
122
  ```
123
 
124
  ## Acknowledgements
125
- - [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
126
- [Built with Meta Llama 3](https://llama.meta.com/llama3/license/)
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/)