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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,8 +25,8 @@ We release our model weights and provide an example below to run our model . Det
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
 
32
  You can use the following code for model inference. The format of text instruction is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
 
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
 
32
  You can use the following code for model inference. The format of text instruction is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).