MoondreamService: update to revision 2025-01-09

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-11 14:54:04 -07:00
parent 2035dd8b39
commit bc1949b4bf
4 changed files with 69 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ local = [ "pyaudio~=0.2.14" ]
mcp = [ "mcp[cli]~=1.9.4" ]
mem0 = [ "mem0ai~=0.1.94" ]
mlx-whisper = [ "mlx-whisper~=0.4.2" ]
moondream = [ "einops~=0.8.0", "timm~=1.0.13", "transformers>=4.48.0" ]
moondream = [ "accelerate~=1.10.0", "einops~=0.8.0", "pyvips[binary]~=3.0.0", "timm~=1.0.13", "transformers>=4.48.0" ]
nim = []
neuphonic = [ "websockets>=13.1,<15.0" ]
noisereduce = [ "noisereduce~=3.0.3" ]
@@ -124,7 +124,7 @@ dev = [
docs = [
"sphinx>=8.1.3",
"sphinx-rtd-theme",
"sphinx-markdown-builder",
"sphinx-markdown-builder",
"sphinx-autodoc-typehints",
"toml",
]