Update README.md
Browse files
README.md
CHANGED
@@ -14,16 +14,6 @@ pipeline_tag: image-text-to-text
|
|
14 |
|
15 |
## QuickStart
|
16 |
|
17 |
-
### Chat with lmdeploy
|
18 |
-
|
19 |
-
1. Installation
|
20 |
-
```
|
21 |
-
pip install 'lmdeploy>=0.4.0'
|
22 |
-
pip install git+https://github.com/haotian-liu/LLaVA.git
|
23 |
-
```
|
24 |
-
|
25 |
-
2. Run
|
26 |
-
|
27 |
Running with pure `transformers` library
|
28 |
|
29 |
```python
|
|
|
14 |
|
15 |
## QuickStart
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
Running with pure `transformers` library
|
18 |
|
19 |
```python
|