add trust_remote_code to BackendTrainingDefaults type
This commit is contained in:
parent
a1105d8ef3
commit
1ddd138da8
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ interface BackendTrainingDefaults {
|
|||
packing?: boolean;
|
||||
train_on_completions?: boolean;
|
||||
gradient_checkpointing?: "none" | "true" | "unsloth";
|
||||
trust_remote_code?: boolean;
|
||||
}
|
||||
|
||||
interface BackendLoraDefaults {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue