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