DocumentationArchitecture

InitializeFastState

A zoomed-in view of one operation in Piro’s stateful inference loop.

Architecture detail

InitializeFastState

Creates the mutable BF16 fast-weight state from durable weights; restoring or storing that value belongs to the caller.

← Full model
durableWeights,
):
return ZeroLike(durableWeights.plasticGroups, format = BF16)
← Back to architecture