Remove unused parts in Megatron-LM code and add copyright notice (#110)

This commit is contained in:
Zhuohan Li
2023-05-20 09:11:34 -06:00
committed by GitHub
parent b7955ef17b
commit 7297fa6f7c
8 changed files with 23 additions and 297 deletions

View File

@@ -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",
]