Update README.md
Browse files
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.
|
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
|