Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
def
cycle(loader):
25
while
True:
26
yield
from
loader
27
28
29
def
decode_token(token):
Callers
1
train.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected