weizhiwang commited on
Commit
7486058
1 Parent(s): 873e6c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -18,6 +18,11 @@ Follows LLavA-1.5 pre-train and supervised fine-tuning data.
18
 
19
  ## How to Use
20
 
 
 
 
 
 
21
  You can load the model and perform inference as follows:
22
  ```python
23
  from llava.conversation import conv_templates, SeparatorStyle
 
18
 
19
  ## How to Use
20
 
21
+ Please firstly install llava via
22
+ ```
23
+ pip install llava==1.1.2
24
+ ```
25
+
26
  You can load the model and perform inference as follows:
27
  ```python
28
  from llava.conversation import conv_templates, SeparatorStyle