add trust_remote_code to BackendTrainingDefaults type

This commit is contained in:
Roland Tannous 2026-03-09 10:51:28 +00:00
commit 1ddd138da8

View file

@ -22,6 +22,7 @@ interface BackendTrainingDefaults {
packing?: boolean;
train_on_completions?: boolean;
gradient_checkpointing?: "none" | "true" | "unsloth";
trust_remote_code?: boolean;
}
interface BackendLoraDefaults {