Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-compass/VLMEvalKit into interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Apr 3, 2024
2 parents 9ad0480 + cb472a1 commit 29141aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ def main():
if hasattr(v, 'keywords') and 'retry' in v.keywords:
v.keywords['retry'] = args.retry
supported_VLM[k] = v
if hasattr(v, 'keywords') and 'verbose' in v.keywords:
v.keywords['verbose'] = args.verbose
supported_VLM[k] = v

rank, world_size = get_rank_and_world_size()
if world_size > 1:
Expand Down

0 comments on commit 29141aa

Please sign in to comment.