Skip to content

Commit bbe9bd9

Browse files
authored
[Minor] Fix a small typo (#2672)
1 parent 4f65af0 commit bbe9bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/parallel_utils/parallel_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def model_parallel_is_initialized():
117117
def get_tensor_model_parallel_group():
118118
"""Get the tensor model parallel group the caller rank belongs to."""
119119
assert _TENSOR_MODEL_PARALLEL_GROUP is not None, (
120-
"tenosr model parallel group is not initialized")
120+
"tensor model parallel group is not initialized")
121121
return _TENSOR_MODEL_PARALLEL_GROUP
122122

123123

0 commit comments

Comments
 (0)