mirror of
https://github.com/wassname/vllm.git
synced 2026-08-02 13:10:42 +08:00
Remove unused parts in Megatron-LM code and add copyright notice (#110)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import cacheflow.model_executor.parallel_utils.parallel_state
|
||||
import cacheflow.model_executor.parallel_utils.tensor_parallel
|
||||
import cacheflow.model_executor.parallel_utils.utils
|
||||
|
||||
# Alias parallel_state as mpu, its legacy name
|
||||
mpu = parallel_state
|
||||
@@ -8,5 +7,4 @@ mpu = parallel_state
|
||||
__all__ = [
|
||||
"parallel_state",
|
||||
"tensor_parallel",
|
||||
"utils",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user