flashc-q2-sft / code /flash /engine /__init__.py
DavidBShan's picture
Upload folder using huggingface_hub
211f0bb verified
Raw
History Blame Contribute Delete
340 Bytes
"""Substrate-neutral fine-tuning internals for the Flash package.
This subpackage holds the shared recipe, data loaders, graders, run accounting,
and the on-GPU worker entrypoint. It has no dependency on any compute backend; the
The RunPod provider in ``flash.providers.runpod`` invokes ``flash.engine.worker`` on the
provisioned GPU.
"""