MCPcopy Create free account
hub / github.com/THUDM/GLM / __init__

Method __init__

data_utils/lazy_loader.py:110–112  ·  view source on GitHub ↗
(self, tokenizer, process_fn=None)

Source from the content-addressed store, hash-verified

108 """
109
110 def __init__(self, tokenizer, process_fn=None):
111 self.tokenizer = tokenizer
112 self.process_fn = process_fn
113
114 def __call__(self, string):
115 if self.tokenizer is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected