mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-13 21:22:49 +00:00
[polish] add update directory in gemini; rename AgChunk to ChunkV2 (#1432)
This commit is contained in:
1
colossalai/gemini/update/__init__.py
Normal file
1
colossalai/gemini/update/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .chunkv2 import ChunkV2
|
@@ -8,7 +8,7 @@ from colossalai.gemini.chunk import TensorState, STATE_TRANS, TensorInfo, ChunkF
|
||||
free_storage, alloc_storage
|
||||
|
||||
|
||||
class AgChunk:
|
||||
class ChunkV2:
|
||||
def __init__(self,
|
||||
chunk_size: int,
|
||||
process_group: ColoProcessGroup,
|
Reference in New Issue
Block a user