Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/GLM
/ print_info
Method
print_info
data_utils/corpora.py:103–104 ·
view source on GitHub ↗
(self, info)
Source
from the content-addressed store, hash-verified
101
raise
NotImplementedError
102
103
def
print_info(self, info):
104
pass
105
106
def
__init__(self, writers, tokenizer=None, tokenize=False, **kwargs):
107
assert os.path.exists(self.PATH), self.assert_str
Callers
1
process
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected