Skip to content

Commit

Permalink
verbose args also apply to VLM APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Apr 3, 2024
1 parent 06c0fb6 commit cb472a1
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 cb472a1

Please sign in to comment.