MCPcopy Create free account
hub / github.com/tdrussell/diffusion-pipe / __str__

Method __str__

optimizers/optimizer_utils.py:268–269  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

266 self.orig_dtype = state_dict['orig_dtype']
267
268 def __str__(self):
269 return f"Auto8bitTensor({self.dequantize()})"
270
271
272def stochastic_grad_accummulation(param):

Callers

nothing calls this directly

Calls 1

dequantizeMethod · 0.95

Tested by

no test coverage detected