Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ We evaluated GlimpsePrune on multiple VQA benchmarks. The results show that it a
|
|
| 52 |
|
| 53 |
## Usage
|
| 54 |
|
| 55 |
-
You can use GlimpsePrune with the
|
| 56 |
|
| 57 |
```python
|
| 58 |
from llava.constants import DEFAULT_IMAGE_TOKEN, IMAGE_TOKEN_INDEX, DEFAULT_IM_START_TOKEN, DEFAULT_IM_END_TOKEN
|
|
|
|
| 52 |
|
| 53 |
## Usage
|
| 54 |
|
| 55 |
+
You can use GlimpsePrune with the llava_gp, which is located in the [GitHub repository](https://github.com/HVision-NKU/GlimpsePrune).
|
| 56 |
|
| 57 |
```python
|
| 58 |
from llava.constants import DEFAULT_IMAGE_TOKEN, IMAGE_TOKEN_INDEX, DEFAULT_IM_START_TOKEN, DEFAULT_IM_END_TOKEN
|