Alic-Li commited on
Commit
5b7ebfe
·
verified ·
1 Parent(s): d0825bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -90,7 +90,8 @@ python ./convert_hf_to_gguf.py [model_dir]
90
  ## How to use
91
 
92
  ```bash
93
- pip3 install --upgrade rwkv-fla transformers
 
94
  ```
95
 
96
  ```python
 
90
  ## How to use
91
 
92
  ```bash
93
+ pip3 install --upgrade transformers
94
+ pip3 install rwkv-fla==0.7.202505051657
95
  ```
96
 
97
  ```python