mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 22:42:15 +00:00
turn off print mem
This commit is contained in:
parent
a2b4755ce9
commit
cb2dd1a106
@ -1750,10 +1750,13 @@ class ChunkRegionSearch(object):
|
||||
_,
|
||||
active_node,
|
||||
) = self.memory_estimator.estimate_chunk_inference_mem(
|
||||
self.index_tracer.node_list, chunk_infos, print_mem=True
|
||||
self.index_tracer.node_list, chunk_infos
|
||||
)
|
||||
if self._stop_search(init_mem_peak, mem_peak):
|
||||
break
|
||||
# self.memory_estimator.estimate_chunk_inference_mem(
|
||||
# self.index_tracer.node_list, chunk_infos, print_mem=True
|
||||
# )
|
||||
return chunk_infos
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user