MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / step

Method step

tests/test_deepspeed_training_worker.py:43–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 loss.backward()
42
43 def step(self):
44 self.step_calls += 1
45 self.optimizer.step()
46
47
48class FakeDeepSpeedModule:

Callers 2

trainMethod · 0.80
run_trainingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected