MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / __init__

Method __init__

lit_gpt/utils_old.py:366–370  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

364
365class incremental_save:
366 def __init__(self, name):
367 self.name = name
368 self.zipfile = torch._C.PyTorchFileWriter(str(name))
369 self.has_saved = False
370 self.next_key = 0
371
372 def __enter__(self):
373 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected