tomeras1 commited on
Commit
4116eee
1 Parent(s): a6b0673

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.38.2
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`: