mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-23 14:10:29 +00:00
fix typo
This commit is contained in:
parent
8a989a0d89
commit
4d223e18a2
@ -1,6 +1,6 @@
|
||||
import copy
|
||||
|
||||
from .estiamte_memory import EstimateMemory
|
||||
from .estimate_memory import EstimateMemory
|
||||
from .reorder_graph import ReorderGraph
|
||||
from .select_chunk import SelectChunk
|
||||
from .trace_flow import TraceFlow
|
||||
|
@ -1,4 +1,4 @@
|
||||
from .estiamte_memory import EstimateMemory
|
||||
from .estimate_memory import EstimateMemory
|
||||
from .reorder_graph import ReorderGraph
|
||||
from .trace_index import TraceIndex
|
||||
from .utils import is_non_compute_node
|
||||
|
Loading…
Reference in New Issue
Block a user