Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ llava-llama-3-8b-hf is a LLaVA model fine-tuned from [meta-llama/Meta-Llama-3-8B
|
|
48 |
1. Installation
|
49 |
```
|
50 |
pip install 'lmdeploy>=0.4.0'
|
51 |
-
pip install git+https://github.com/haotian-liu/LLaVA.git
|
52 |
```
|
53 |
|
54 |
2. Run
|
|
|
48 |
1. Installation
|
49 |
```
|
50 |
pip install 'lmdeploy>=0.4.0'
|
51 |
+
pip install git+https://github.com/haotian-liu/LLaVA.git --no-deps
|
52 |
```
|
53 |
|
54 |
2. Run
|