Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ pip install transformers # latest version is ok, but we recommend v4.31.0
|
|
32 |
pip install -q pillow accelerate einops
|
33 |
```
|
34 |
|
35 |
-
You can use the following code for model inference. The format of text instruction is similar to [LLaVA](https://github.com/haotian-liu/LLaVA).
|
36 |
|
37 |
```Python
|
38 |
import torch
|
|
|
32 |
pip install -q pillow accelerate einops
|
33 |
```
|
34 |
|
35 |
+
You can use the following code for model inference. The format of text instruction is similar to [LLaVA](https://github.com/haotian-liu/LLaVA). A Colab page to run this example is provided [here](https://colab.research.google.com/drive/1EBYky6xIPjnlPppo2gZaiNK6gEsjXgom?usp=drive_link#scrollTo=2-VpU6QzWCVZ). Note that the example can only be run on GPUs currently.
|
36 |
|
37 |
```Python
|
38 |
import torch
|