diff --git a/vllm/model_executor/parallel_utils/__init__.py b/vllm/model_executor/parallel_utils/__init__.py index de8e2f80..de13976a 100644 --- a/vllm/model_executor/parallel_utils/__init__.py +++ b/vllm/model_executor/parallel_utils/__init__.py @@ -1,9 +1,6 @@ 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",