MCPcopy Create free account
hub / github.com/Standard-Intelligence/hertz-dev / needs_float32_params

Method needs_float32_params

ioblocks.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135class FSQ(nn.Module):
136 @property
137 def needs_float32_params(self):
138 return True
139
140 class Config:
141 levels: List[int]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected