services: added MoondreamService

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-09 22:18:26 -07:00
parent 84cfa7cc95
commit 18bf09c704
3 changed files with 56 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ daily = [ "daily-python~=0.7.0" ]
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.0", "flask_cors~=4.0.0" ]
fal = [ "fal~=0.12.0" ]
local = [ "pyaudio~=0.2.0" ]
moondream = [ "einops~=0.7.0", "timm~=0.9.0", "transformers~=4.39.0" ]
openai = [ "openai~=1.14.0" ]
playht = [ "pyht~=0.0.26" ]
silero = [ "torch~=2.2.0", "torchaudio~=2.2.0" ]