Skip to content

Commit 28a8653

Browse files
committed
Remove comment
1 parent 9ec1c65 commit 28a8653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/minicpmv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ def get_vision_hidden_states(
933933
return self.resampler(vision_embedding, tgt_sizes)
934934

935935
def is_default_weight_loading(self, name: str) -> bool:
936-
return "resampler" in name #or "vpm" in name
936+
return "resampler" in name
937937

938938

939939
_SUPPORT_VERSION = {

0 commit comments

Comments
 (0)