Skip to content

Commit

Permalink
[Minor] Fix a small typo (vllm-project#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Jan 30, 2024
1 parent 4f65af0 commit bbe9bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/parallel_utils/parallel_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def model_parallel_is_initialized():
def get_tensor_model_parallel_group():
"""Get the tensor model parallel group the caller rank belongs to."""
assert _TENSOR_MODEL_PARALLEL_GROUP is not None, (
"tenosr model parallel group is not initialized")
"tensor model parallel group is not initialized")
return _TENSOR_MODEL_PARALLEL_GROUP


Expand Down

0 comments on commit bbe9bd9

Please sign in to comment.