Update README.md
Browse files
README.md
CHANGED
|
@@ -25,11 +25,10 @@ The implementation currently supports **LLaVA-v1.5** and **LLaVA-Next** models.
|
|
| 25 |
## Citation
|
| 26 |
|
| 27 |
```bibtex
|
| 28 |
-
@
|
| 29 |
-
wsvd2026iclr,
|
| 30 |
title={WSVD: Weighted Low-Rank Approximation for Fast and Efficient Execution of Low-Precision Vision-Language Models},
|
| 31 |
-
author={
|
| 32 |
-
|
| 33 |
year={2026}
|
| 34 |
}
|
| 35 |
```
|
|
|
|
| 25 |
## Citation
|
| 26 |
|
| 27 |
```bibtex
|
| 28 |
+
@article{wang2026wsvd,
|
|
|
|
| 29 |
title={WSVD: Weighted Low-Rank Approximation for Fast and Efficient Execution of Low-Precision Vision-Language Models},
|
| 30 |
+
author={Wang, Haiyu and Wang, Yutong and Jiang, Jack and Zhang, Sai Qian},
|
| 31 |
+
journal={arXiv preprint arXiv:2604.02570},
|
| 32 |
year={2026}
|
| 33 |
}
|
| 34 |
```
|