seperate trace flow

This commit is contained in:
oahzxl
2023-01-06 17:24:23 +08:00
parent 4748967fb1
commit a6cdbf9161
6 changed files with 447 additions and 424 deletions

View File

@@ -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