weizhiwang commited on
Commit
d3464c5
1 Parent(s): 7486058

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,6 +12,7 @@ language:
12
  <!-- Provide a quick summary of what the model is/does. -->
13
 
14
  A reproduced LLaVA LVLM based on Llama-3-8B LLM backbone. Not an official implementation.
 
15
 
16
  ## Model Details
17
  Follows LLavA-1.5 pre-train and supervised fine-tuning data.
@@ -20,7 +21,7 @@ Follows LLavA-1.5 pre-train and supervised fine-tuning data.
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:
 
12
  <!-- Provide a quick summary of what the model is/does. -->
13
 
14
  A reproduced LLaVA LVLM based on Llama-3-8B LLM backbone. Not an official implementation.
15
+ Please follow Haotian Liu's [official implementation]https://github.com/haotian-liu/LLaVA/tree/main) for more details and information.
16
 
17
  ## Model Details
18
  Follows LLavA-1.5 pre-train and supervised fine-tuning data.
 
21
 
22
  Please firstly install llava via
23
  ```
24
+ pip install git+https://github.com/Victorwz/LLaVA-Llama-3.git
25
  ```
26
 
27
  You can load the model and perform inference as follows: