MCPcopy Create free account
hub / github.com/togethercomputer/OpenChatKit / test_loop

Function test_loop

training/dist_prefixlm_train.py:21–22  ·  view source on GitHub ↗
(args, pipe, device, test_data_loader)

Source from the content-addressed store, hash-verified

19
20
21def test_loop(args, pipe, device, test_data_loader):
22 print("no impl for testing, skip.")
23
24
25def train_loop(args, pipe, device, train_data_loader, test_data_loader):

Callers 1

train_loopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected