MCPcopy
hub / github.com/FareedKhan-dev/train-llm-from-scratch / check

Function check

tests/verify_data_and_eval.py:20–22  ·  view source on GitHub ↗
(name, cond, detail="")

Source from the content-addressed store, hash-verified

18
19
20def check(name, cond, detail=""):
21 print(f" [{PASS if cond else FAIL}] {name}" + (f" -- {detail}" if detail else ""))
22 assert cond, f"FAILED: {name} {detail}"
23
24
25def verify_pile():

Callers 5

verify_pileFunction · 0.85
verify_preferencesFunction · 0.85
verify_eval_benchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected