Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ This is RWKV-7 model under flash-linear attention format.
|
|
48 |
Install `flash-linear-attention` and the latest version of `transformers` before using this model:
|
49 |
|
50 |
```bash
|
51 |
-
pip install
|
52 |
pip install 'transformers>=4.48.0'
|
53 |
```
|
54 |
|
|
|
48 |
Install `flash-linear-attention` and the latest version of `transformers` before using this model:
|
49 |
|
50 |
```bash
|
51 |
+
pip install flash-linear-attention==0.3.0
|
52 |
pip install 'transformers>=4.48.0'
|
53 |
```
|
54 |
|