[Others] Fix typo (#7280)

* typo

* typo

* typo

* typo
This commit is contained in:
Echo-Nie
2026-04-14 17:28:22 +08:00
committed by GitHub
parent 9d9d79c457
commit 8819a039c9
24 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -1381,7 +1381,7 @@ class GPUModelRunner(ModelRunnerBase):
# Set forward_meta.is_dummy_or_profile_run to True to skip init_kv_signal_per_query for attention backends
self.forward_meta.is_dummy_or_profile_run = is_dummy_or_profile_run
# Initialzie attention meta data
# Initialize attention meta data
for attn_backend in self.attn_backends:
attn_backend.init_attention_metadata(self.forward_meta)
@@ -2924,7 +2924,7 @@ class GPUModelRunner(ModelRunnerBase):
def extract_vision_features_ernie(self, vision_inputs: dict[str, list[paddle.Tensor]]) -> paddle.Tensor:
"""
vision feature extactor for ernie-vl
vision feature extractor for ernie-vl
"""
assert len(vision_inputs["images_lst"]) > 0, "at least one image needed"