Skip to content

Commit

Permalink
Change LanguageBind/Audio_FT supported modalities list (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaynorChavez authored Sep 19, 2024
1 parent 5c87d70 commit 70fb8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marqo/s2_inference/model_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ def _get_languagebind_properties() -> Dict:
"type": "languagebind",
"loader": "languagebind",
"model_size": 2,
"supported_modalities": ["video", "language"],
"supported_modalities": ["audio", "language"],
"video_chunk_length": 20,
"audio_chunk_length": 10,
},
Expand Down

0 comments on commit 70fb8f6

Please sign in to comment.