kermt-finetune
Installation
SKILL.md
kermt-finetune
Finetune a pretrained KERMT encoder on a user-supplied labeled CSV. The skill is the workflow orchestrator: validate ckpt, validate data, prepare data, launch the runner detached, return a run directory + container name.
Hardware requirements
- GPUs: 1 by default (single-GPU); pass
--gpus 0(or whichever id) to select one. For faster training on a multi-GPU host, pass--num-gpus N(N>1) to run data-parallel DDP across N GPUs —--batch-sizeis then per-GPU (effective global batch = batch_size × N). - VRAM: ≥ 8 GB for the default
batch_size 32configuration. Lower VRAM works at smaller batch sizes — pass--batch-size Nto override. - Disk: a few GB per run (checkpoint + features + logs).
- Driver / CUDA: any host supporting CUDA 12.6 (the kermt image base).
kermt-setupvalidates this up-front.