KBench / tools /mega_factory /models /__init__.py
ZMC2019's picture
Reorganise: group 313 tasks into 17 families under tasks/, generators under tools/ (part 10)
0f775e2 verified
Raw
History Blame Contribute Delete
343 Bytes
"""Architecture variants for the megakernel family.
Each module exports `MODEL_SRC`: a complete, self-contained reference (HELPERS + its own body) that is
embedded verbatim into the task's `environment/reference.py` and into the private grader. Keeping them
self-contained matters -- `reference.py` is the numerical spec the agent reads.
"""