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
ebe56a00
Unverified
Commit
ebe56a00
authored
Aug 20, 2025
by
dongluw
Committed by
GitHub
Aug 20, 2025
Browse files
Small fix for Command-A-Vision (#23268)
Signed-off-by:
donglu
<
donglu@cohere.com
>
parent
f77a0802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/cohere2_vision.py
vllm/model_executor/models/cohere2_vision.py
+1
-1
No files found.
vllm/model_executor/models/cohere2_vision.py
View file @
ebe56a00
...
@@ -348,7 +348,7 @@ class Cohere2VisionForConditionalGeneration(nn.Module, SupportsMultiModal,
...
@@ -348,7 +348,7 @@ class Cohere2VisionForConditionalGeneration(nn.Module, SupportsMultiModal,
vllm_config
=
vllm_config
,
vllm_config
=
vllm_config
,
hf_config
=
config
.
text_config
,
hf_config
=
config
.
text_config
,
prefix
=
maybe_prefix
(
prefix
,
"language_model"
),
prefix
=
maybe_prefix
(
prefix
,
"language_model"
),
architectures
=
[
"Cohere2ForCausalLM"
]
)
architectures
=
config
.
text_config
.
architectures
)
@
property
@
property
def
dtype
(
self
):
def
dtype
(
self
):
...
...
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