[Minor] Fix a small typo (#2672)

This commit is contained in:
Philipp Moritz 2024-01-30 13:40:37 -08:00 committed by GitHub
parent 4f65af0e25
commit bbe9bd9684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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