MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / get_available_dataset_impl

Function get_available_dataset_impl

codegeex/megatron/data/indexed_dataset.py:33–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33def get_available_dataset_impl():
34 return ["lazy", "cached", "mmap"]
35
36
37def infer_dataset_impl(path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected