Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
774
class
LazyStorage:
775
load: Callable[[int, int], NDArray]
776
kind: LazyStorageKind
777
description: str
778
779
780
class
LazyUnpickler(pickle.Unpickler):
Callers
1
persistent_load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected