diff options
author | Andrei <abetlen@gmail.com> | 2024-05-10 02:41:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 09:41:10 +0300 |
commit | d11afd665241c1b3910ab5f040d0216403019d87 (patch) | |
tree | c660adb90d70b9400f6e081923cd138d60a4128b /README.md | |
parent | 8c570c9496212073079476651c7517c02581101f (diff) |
llava : fix moondream support (#7163)
* Revert "Revert "llava : add support for moondream vision language model (#6899)""
This reverts commit 9da243b36ac0b9d609adfaaa4c8f1cc8c592f737.
* Fix num_positions and embeddings initialization
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ Typically finetunes of the base models below are supported as well. - [x] [MobileVLM 1.7B/3B models](https://huggingface.co/models?search=mobileVLM) - [x] [Yi-VL](https://huggingface.co/models?search=Yi-VL) - [x] [Mini CPM](https://huggingface.co/models?search=MiniCPM) +- [x] [Moondream](https://huggingface.co/vikhyatk/moondream2) **HTTP server** |