Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zai-org/CodeGeeX
/ __init__
Method
__init__
codegeex/megatron/data/indexed_dataset.py:234–237 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
232
233
class
IndexedCachedDataset(IndexedDataset):
234
def
__init__(self, path):
235
super().__init__(path)
236
self.cache = None
237
self.cache_index = {}
238
239
@property
240
def
supports_prefetch(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected