Update README.md
Browse files
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
|
|
|
|
| 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
|