MCPcopy Index your code
hub / github.com/kyegomez/BitNet / cycle

Function cycle

train.py:24–26  ·  view source on GitHub ↗
(loader)

Source from the content-addressed store, hash-verified

22
23# helpers
24def cycle(loader):
25 while True:
26 yield from loader
27
28
29def decode_token(token):

Callers 1

train.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected