Skip to content

Commit

Permalink
[Model] Support Ola (#558)
Browse files Browse the repository at this point in the history
* [Model] add Ola audio

* [Model] add Ola

* [Model] Ola

* [Model] add Ola

* [Model] add Ola

* [Model] add Ola

* [Model] add Ola

* Direct import for moviepy

---------

Co-authored-by: kcz358 <[email protected]>
  • Loading branch information
Devininthelab and kcz358 authored Feb 26, 2025
1 parent eb2dadc commit 00febf5
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions lmms_eval/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"minimonkey": "MiniMonkey",
"moviechat": "MovieChat",
"mplug_owl_video": "mplug_Owl",
"ola": "Ola",
"openai_compatible": "OpenAICompatible",
"oryx": "Oryx",
"phi3v": "Phi3v",
Expand Down
Loading

0 comments on commit 00febf5

Please sign in to comment.