Skip to content

Commit

Permalink
[Bugfix] Fix VLM example typo (#6859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang96 authored Jul 27, 2024
1 parent aa46953 commit 925de97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/offline_inference_vision_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def main(args):
parser = FlexibleArgumentParser(
description='Demo on using vLLM for offline inference with '
'vision language models')
args = parser.parse_args()
parser.add_argument('--model-type',
'-m',
type=str,
Expand Down

0 comments on commit 925de97

Please sign in to comment.