MCPcopy Create free account
hub / github.com/chenhaoxing/DiffusionInst / default_buffer_size

Method default_buffer_size

diffusioninst/predictor.py:224–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222
223 @property
224 def default_buffer_size(self):
225 return len(self.procs) * 5

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected