MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / optimizer_step

Method optimizer_step

verl/verl/workers/engine/base.py:83–87  ·  view source on GitHub ↗

Perform an optimization step using the optimizer.

(self)

Source from the content-addressed store, hash-verified

81 raise NotImplementedError
82
83 def optimizer_step(self):
84 """
85 Perform an optimization step using the optimizer.
86 """
87 raise NotImplementedError
88
89 def lr_scheduler_step(self):
90 """

Callers 1

train_batchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected