Skip to content

Commit

Permalink
TeleMM Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Dec 19, 2024
1 parent 4caa52c commit 216a24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlmeval/api/siliconflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def dump_image(self, line, dataset):
return tgt_path

def _prepare_content(
self, inputs: list[dict[str, str]], dataset: str | None = None
self, inputs: list[dict[str, str]], dataset: str = None
) -> list[dict[str, str]]:
"""
inputs list[dict[str, str]], each dict has keys: ['type', 'value']
Expand Down

0 comments on commit 216a24a

Please sign in to comment.