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