From 1ed351781a7fb568d39b99c6483f280b6285d446 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 17 Oct 2024 08:17:11 -0400 Subject: [PATCH] chore: lint --- src/axolotl/integrations/liger/args.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/axolotl/integrations/liger/args.py b/src/axolotl/integrations/liger/args.py index 662e47c43..02ece3143 100644 --- a/src/axolotl/integrations/liger/args.py +++ b/src/axolotl/integrations/liger/args.py @@ -41,7 +41,9 @@ class LigerArgs(BaseModel): def check_deprecated_swiglu(cls, data): if data.get("liger_swiglu") is not None: if data.get("liger_glu_activation") is not None: - raise ValueError("You cannot have both `liger_swiglu` and `liger_glu_activation` set.") + raise ValueError( + "You cannot have both `liger_swiglu` and `liger_glu_activation` set." + ) LOG.warning( "The 'liger_swiglu' argument is deprecated and will be removed in a future release. "