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

Method __init__

tasks/data_utils.py:350–351  ·  view source on GitHub ↗
(self, num_iters)

Source from the content-addressed store, hash-verified

348
349class FakeDataloader:
350 def __init__(self, num_iters):
351 self.num_iters = num_iters
352
353 def __iter__(self):
354 if self.num_iters is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected