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

Method __init__

lit_gpt/utils_old.py:95–99  ·  view source on GitHub ↗
(self, metatensor, archiveinfo, storageinfo, rebuild_args)

Source from the content-addressed store, hash-verified

93
94class NotYetLoadedTensor:
95 def __init__(self, metatensor, archiveinfo, storageinfo, rebuild_args):
96 self.metatensor = metatensor
97 self.archiveinfo = archiveinfo
98 self.storageinfo = storageinfo
99 self.rebuild_args = rebuild_args
100
101 @classmethod
102 def rebuild_from_type_v2(cls, func, new_type, args, state, *, archiveinfo=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected