Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ Resources:
|
|
| 55 |
|
| 56 |
## Quickstart
|
| 57 |
|
| 58 |
-
### Chat
|
| 59 |
|
| 60 |
1. Install official LLaVA library
|
| 61 |
|
|
@@ -63,7 +63,7 @@ Resources:
|
|
| 63 |
pip install git+https://github.com/haotian-liu/LLaVA.git
|
| 64 |
```
|
| 65 |
|
| 66 |
-
2. Chat
|
| 67 |
|
| 68 |
<details>
|
| 69 |
<summary>cli.py</summary>
|
|
|
|
| 55 |
|
| 56 |
## Quickstart
|
| 57 |
|
| 58 |
+
### Chat by LLaVA official library
|
| 59 |
|
| 60 |
1. Install official LLaVA library
|
| 61 |
|
|
|
|
| 63 |
pip install git+https://github.com/haotian-liu/LLaVA.git
|
| 64 |
```
|
| 65 |
|
| 66 |
+
2. Chat by below script
|
| 67 |
|
| 68 |
<details>
|
| 69 |
<summary>cli.py</summary>
|