NaritaToproad commited on
Commit
322a63b
1 Parent(s): 48762dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,9 +11,9 @@ tags:
11
  The models are quantized & tested via [Ryzen AI SW 1.2](https://github.com/amd/RyzenAI-SW/tree/main/example/transformers).
12
 
13
  The folder `quantized_models` contains a set of LLMs quantized via different algorithms.
14
- The folder `onnx_model_nodes` contains a set of `mlp.up_proj` nodes for `-npugpu` device parallel config.
15
 
16
- Due to the disordered Ryzen AI Python environment. You may need to install different versions of transformers:
17
  ```python
18
  transformers==4.37.2 # Others
19
  transformers==4.39.1 # GEMMA
 
11
  The models are quantized & tested via [Ryzen AI SW 1.2](https://github.com/amd/RyzenAI-SW/tree/main/example/transformers).
12
 
13
  The folder `quantized_models` contains a set of LLMs quantized via different algorithms.
14
+ The folder `onnx_model_nodes` contains the `mlp.up_proj` nodes for `-npugpu` device parallel config.
15
 
16
+ Due to the disordered Ryzen AI Python environment, you may need to install different versions of transformers:
17
  ```python
18
  transformers==4.37.2 # Others
19
  transformers==4.39.1 # GEMMA