Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ For full details of this model please read the [release blog post](https://www.a
|
|
30 |
### Presequities
|
31 |
Jamba requires you use `transformers` version 4.38.2 or higher:
|
32 |
```bash
|
33 |
-
pip install transformers>=4.
|
34 |
```
|
35 |
|
36 |
In order to run optimized Mamba implementations, you first need to install `mamba-ssm` and `causal-conv1d`:
|
|
|
30 |
### Presequities
|
31 |
Jamba requires you use `transformers` version 4.38.2 or higher:
|
32 |
```bash
|
33 |
+
pip install transformers>=4.39.0
|
34 |
```
|
35 |
|
36 |
In order to run optimized Mamba implementations, you first need to install `mamba-ssm` and `causal-conv1d`:
|