Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
925de97e
Unverified
Commit
925de97e
authored
Jul 26, 2024
by
Roger Wang
Committed by
GitHub
Jul 27, 2024
Browse files
[Bugfix] Fix VLM example typo (#6859)
parent
aa46953a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/offline_inference_vision_language.py
examples/offline_inference_vision_language.py
+0
-1
No files found.
examples/offline_inference_vision_language.py
View file @
925de97e
...
@@ -158,7 +158,6 @@ if __name__ == "__main__":
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment