We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f65af0 commit bbe9bd9Copy full SHA for bbe9bd9
vllm/model_executor/parallel_utils/parallel_state.py
@@ -117,7 +117,7 @@ def model_parallel_is_initialized():
117
def get_tensor_model_parallel_group():
118
"""Get the tensor model parallel group the caller rank belongs to."""
119
assert _TENSOR_MODEL_PARALLEL_GROUP is not None, (
120
- "tenosr model parallel group is not initialized")
+ "tensor model parallel group is not initialized")
121
return _TENSOR_MODEL_PARALLEL_GROUP
122
123
0 commit comments