Update training_config_apo.yaml
Browse files- training_config_apo.yaml +1 -1
training_config_apo.yaml
CHANGED
|
@@ -72,7 +72,7 @@ torch_compile: false
|
|
| 72 |
mat_mul_precision: "highest"
|
| 73 |
tf32: true
|
| 74 |
bf16: true
|
| 75 |
-
gradient_checkpointing:
|
| 76 |
use_liger_kernel: false
|
| 77 |
static_graph: false
|
| 78 |
|
|
|
|
| 72 |
mat_mul_precision: "highest"
|
| 73 |
tf32: true
|
| 74 |
bf16: true
|
| 75 |
+
gradient_checkpointing: false
|
| 76 |
use_liger_kernel: false
|
| 77 |
static_graph: false
|
| 78 |
|