MCPcopy Create free account
hub / github.com/SpatialVLA/SpatialVLA / __init__

Method __init__

train/monkey_patch.py:333–334  ·  view source on GitHub ↗
(self, processor)

Source from the content-addressed store, hash-verified

331
332class SaveProcessorCallback(TrainerCallback):
333 def __init__(self, processor):
334 self.processor = processor
335
336 def on_save(self, args, state, control, **kwargs):
337 if state.is_world_process_zero:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected