mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-05-03 01:19:15 +00:00
rename
This commit is contained in:
@@ -104,7 +104,7 @@ def benchmark_evoformer():
|
||||
model = evoformer_base().cuda()
|
||||
|
||||
# build autochunk model
|
||||
# max_memory = 10000 # MB fit 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user