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

Class LazyStorage

tokenizer/convert/convert.py:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772
773@dataclass
774class LazyStorage:
775 load: Callable[[int, int], NDArray]
776 kind: LazyStorageKind
777 description: str
778
779
780class LazyUnpickler(pickle.Unpickler):

Callers 1

persistent_loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected