smg478 commited on
Commit
7383c55
1 Parent(s): 647b441

Update transformer version

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ The Mississippi-2B model builds on the strong foundations of our H2O-Danube lang
34
 
35
  ### Install dependencies:
36
  ```bash
37
- pip install transformers torch torchvision einops timm peft sentencepiece
38
  ```
39
 
40
  If you have ampere GPUs, install flash-attention to speed up inference:
 
34
 
35
  ### Install dependencies:
36
  ```bash
37
+ pip install transformers==4.44.0 torch torchvision einops timm peft sentencepiece
38
  ```
39
 
40
  If you have ampere GPUs, install flash-attention to speed up inference: