[Bugfix] Fix VLM example typo (#6859)
This commit is contained in:
parent
aa46953a20
commit
925de97e05
@ -158,7 +158,6 @@ if __name__ == "__main__":
|
|||||||
parser = FlexibleArgumentParser(
|
parser = FlexibleArgumentParser(
|
||||||
description='Demo on using vLLM for offline inference with '
|
description='Demo on using vLLM for offline inference with '
|
||||||
'vision language models')
|
'vision language models')
|
||||||
args = parser.parse_args()
|
|
||||||
parser.add_argument('--model-type',
|
parser.add_argument('--model-type',
|
||||||
'-m',
|
'-m',
|
||||||
type=str,
|
type=str,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user