Text Generation
Transformers
Safetensors
imp
custom_code
Oyoy1235 commited on
Commit
23bd24d
1 Parent(s): 8571030

update install denpendencies

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ We release our model weights and provide an example below to run our model . Det
25
 
26
  **Install dependencies**
27
  ```bash
28
- !pip install -q transformers # latest version is ok, but we recommend v4.31.0
29
  !pip install -q pillow accelerate einops
30
  ```
31
 
 
25
 
26
  **Install dependencies**
27
  ```bash
28
+ !pip install transformers # latest version is ok, but we recommend v4.31.0
29
  !pip install -q pillow accelerate einops
30
  ```
31