[Bugfix] Fix VLM example typo (#6859)

This commit is contained in:
Roger Wang 2024-07-26 23:24:08 -07:00 committed by GitHub
parent aa46953a20
commit 925de97e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,6 @@ if __name__ == "__main__":
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,