Update README.md
Browse files
README.md
CHANGED
|
@@ -43,11 +43,7 @@ RetinalGPT is trained to perform complex visual reasoning tasks including:
|
|
| 43 |
|
| 44 |
RetinalGPT follows the standard LLaVA inference pipeline. You will need the `llava` library installed.
|
| 45 |
|
| 46 |
-
###
|
| 47 |
-
```bash
|
| 48 |
-
pip install git+[https://github.com/haotian-liu/LLaVA.git](https://github.com/haotian-liu/LLaVA.git)
|
| 49 |
-
Python Inference
|
| 50 |
-
```
|
| 51 |
|
| 52 |
```Python
|
| 53 |
from llava.model.builder import load_pretrained_model
|
|
|
|
| 43 |
|
| 44 |
RetinalGPT follows the standard LLaVA inference pipeline. You will need the `llava` library installed.
|
| 45 |
|
| 46 |
+
### Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
```Python
|
| 49 |
from llava.model.builder import load_pretrained_model
|