Skip to content

Commit

Permalink
[Minor] "Emu3" -> "emu3"
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Jan 23, 2025
1 parent a897a2c commit b12f17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlmeval/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@

emu_series = {
'emu2_chat': partial(Emu, model_path='BAAI/Emu2-Chat'),
'Emu3_chat': partial(Emu3_chat, model_path='BAAI/Emu3-Chat'),
'Emu3_gen': partial(Emu3_gen, model_path='BAAI/Emu3-Gen')
'emu3_chat': partial(Emu3_chat, model_path='BAAI/Emu3-Chat'),
'emu3_gen': partial(Emu3_gen, model_path='BAAI/Emu3-Gen')
}
mmalaya_series = {
'MMAlaya': partial(MMAlaya, model_path='DataCanvas/MMAlaya'),
Expand Down

0 comments on commit b12f17e

Please sign in to comment.