linting v2
This commit is contained in:
@@ -55,7 +55,7 @@ tf32: true
|
|||||||
|
|
||||||
gradient_checkpointing: true
|
gradient_checkpointing: true
|
||||||
gradient_checkpointing_kwargs:
|
gradient_checkpointing_kwargs:
|
||||||
use_reentrant: true
|
use_reentrant: fal
|
||||||
early_stopping_patience:
|
early_stopping_patience:
|
||||||
resume_from_checkpoint:
|
resume_from_checkpoint:
|
||||||
local_rank:
|
local_rank:
|
||||||
|
|||||||
@@ -1685,6 +1685,7 @@ class AxolotlInputConfig(
|
|||||||
# TODO: SalmanMohammadi
|
# TODO: SalmanMohammadi
|
||||||
# Distributed RL with QLoRA + gradient checkpointing
|
# Distributed RL with QLoRA + gradient checkpointing
|
||||||
# and use_reentrant = True is broken upstream in TRL
|
# and use_reentrant = True is broken upstream in TRL
|
||||||
|
# pylint: disable=too-many-boolean-expressions
|
||||||
if (
|
if (
|
||||||
data.get("rl")
|
data.get("rl")
|
||||||
and data.get("gradient_checkpointing")
|
and data.get("gradient_checkpointing")
|
||||||
|
|||||||
Reference in New Issue
Block a user