SmerkyG commited on
Commit
d81965c
·
verified ·
1 Parent(s): a4e3e34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ This is RWKV-7 model under flash-linear attention format.
52
  Install `flash-linear-attention` and the latest version of `transformers` before using this model:
53
 
54
  ```bash
55
- pip install git+https://github.com/fla-org/flash-linear-attention
56
  pip install 'transformers>=4.48.0'
57
  ```
58
 
 
52
  Install `flash-linear-attention` and the latest version of `transformers` before using this model:
53
 
54
  ```bash
55
+ pip install flash-linear-attention==0.3.0
56
  pip install 'transformers>=4.48.0'
57
  ```
58