Text Generation
Transformers
Safetensors
imp
custom_code
MILVLG commited on
Commit
c8b50ec
1 Parent(s): 3c9c49b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ We release our model weights and provide an example below to run our model . Det
15
 
16
  ## How to use
17
 
18
- You can use the following code for model inference. We minimize the required dependency libraries that only the `transformers` and `torch` packages are used. The latest version of `transformers` is ok but we recommand v4.3.0. The format of text instructions is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
19
 
20
  ```Python
21
  import torch
 
15
 
16
  ## How to use
17
 
18
+ You can use the following code for model inference. We minimize the required dependency libraries that only the `transformers` and `torch` packages are used. The latest version of `transformers` is ok but we recommand v4.31.0. The format of text instructions is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
19
 
20
  ```Python
21
  import torch