fix: quote 'no' in eval_strategy (YAML boolean issue)
This commit is contained in:
@@ -51,7 +51,7 @@ mixed_precision: bf16
|
|||||||
# No DeepSpeed - model already quantized
|
# No DeepSpeed - model already quantized
|
||||||
|
|
||||||
# Evaluation (disable - no test split in dataset)
|
# Evaluation (disable - no test split in dataset)
|
||||||
eval_strategy: no
|
eval_strategy: "no"
|
||||||
|
|
||||||
# Gradient Checkpointing
|
# Gradient Checkpointing
|
||||||
gradient_checkpointing: true
|
gradient_checkpointing: true
|
||||||
|
|||||||
Reference in New Issue
Block a user