Skip to content

feat: expose Seed and torch.compile toggles in Step 4 hyperparameter form #59

@SahilKumar75

Description

@SahilKumar75

The training stack now supports a reproducibility seed and an optional use_torch_compile flag (added in #58, plumbed through JobConfigtrain_cfgTrainingConfig). They are settable via the API but not yet surfaced in the wizard UI.

Task: add a numeric Seed input (default 42) and a torch.compile toggle (default off) to the Step 4 hyperparameter form in app/pages/finetune.py, bound to new FinetuneState fields, and include them in the job-creation payload.

Good first issue — the backend and schema already accept both fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:fine-tuningLoRA, QLoRA, training configuration, and tuning workflowsenhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions