Skip to content

Commit b5fa6a4

Browse files
committed
feat: add mlx-vlm to engine versions and about dialog
1 parent a798c18 commit b5fa6a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

omlx/admin/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ def _get_engine_info() -> dict:
17841784
engines = {}
17851785
packages = {
17861786
"mlx-lm": "https://github.com/ml-explore/mlx-lm",
1787+
"mlx-vlm": "https://github.com/Blaizzy/mlx-vlm",
17871788
"mlx-embeddings": "https://github.com/Blaizzy/mlx-embeddings",
17881789
}
17891790

packaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ oMLX.app/
5959
| Layer | Contents |
6060
|-------|----------|
6161
| Runtime | Python 3.11 |
62-
| Framework | MLX, mlx-lm, FastAPI, transformers |
62+
| Framework | MLX, mlx-lm, mlx-vlm, FastAPI, transformers |
6363
| Application | rumps, PyObjC |
6464

6565
## Installation

packaging/omlx_app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ def showAbout_(self, sender):
972972
alert.setMessageText_("About oMLX")
973973
alert.setInformativeText_(
974974
"oMLX - LLM inference,\noptimized for your Mac\n\n"
975-
"Built with MLX and mlx-lm\n"
975+
"Built with MLX, mlx-lm, and mlx-vlm\n"
976976
f"Version: {__version__}"
977977
)
978978
alert.addButtonWithTitle_("OK")

0 commit comments

Comments
 (0)