mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 23:18:36 +00:00
seperate trace flow
This commit is contained in:
@@ -104,8 +104,8 @@ def benchmark_evoformer():
|
||||
model = evoformer_base().cuda()
|
||||
|
||||
# build autochunk model
|
||||
# max_memory = 1000 # MB fit memory mode
|
||||
max_memory = None # min memory mode
|
||||
max_memory = 1000 # MB fit memory mode
|
||||
# max_memory = None # min memory mode
|
||||
autochunk = _build_autochunk(evoformer_base().cuda(), max_memory, node, pair)
|
||||
|
||||
# build openfold
|
||||
|
Reference in New Issue
Block a user