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
2d867b55
Unverified
Commit
2d867b55
authored
Jul 25, 2023
by
MoeedDar
Committed by
GitHub
Jul 25, 2023
Browse files
fixed tensor parallel is not defined (#564)
parent
d7a1c6d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/model_executor/parallel_utils/__init__.py
vllm/model_executor/parallel_utils/__init__.py
+0
-3
No files found.
vllm/model_executor/parallel_utils/__init__.py
View file @
2d867b55
import
vllm.model_executor.parallel_utils.parallel_state
import
vllm.model_executor.parallel_utils.tensor_parallel
# Alias parallel_state as mpu, its legacy name
mpu
=
parallel_state
__all__
=
[
"parallel_state"
,
"tensor_parallel"
,
...
...
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