Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
bbe9bd96
Unverified
Commit
bbe9bd96
authored
Jan 30, 2024
by
Philipp Moritz
Committed by
GitHub
Jan 30, 2024
Browse files
[Minor] Fix a small typo (#2672)
parent
4f65af0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/parallel_utils/parallel_state.py
vllm/model_executor/parallel_utils/parallel_state.py
+1
-1
No files found.
vllm/model_executor/parallel_utils/parallel_state.py
View file @
bbe9bd96
...
...
@@ -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
,
(
"ten
o
sr model parallel group is not initialized"
)
"tens
o
r model parallel group is not initialized"
)
return
_TENSOR_MODEL_PARALLEL_GROUP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment