Model techniques map
Techniquespost-trainingrollout & RL infrastructure

specific method · filed under post-training

Sample-grained garbage collection

Releases each sample's retained state as soon as that sample completes.

source
1
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 2

Documented in

Evidence

2 spans quoted from the sources, strongest treatment first.

Since this requires retaining the states of all in-flight samples, we perform sample-grained garbage collection, releasing each sample’s states as soon as it completes.

usedsoftware implementationin DeepSeek-V4.1DeepSeek

we perform sample-grained garbage collection, releasing each sample’s states as soon as it completes.

usedsoftware implementationin DeepSeek-V4.1-FlashDeepSeek

Filed alongside

Other methods under post-training :: rollout & RL infrastructure.