Add a few items to faq (#2734)

* Add a few items to faq

* formatting

* chore: lint
This commit is contained in:
Wing Lian
2025-05-28 16:20:19 -04:00
committed by GitHub
parent bde8b5b6bd
commit ec4ebfd997
2 changed files with 14 additions and 12 deletions

View File

@@ -1175,18 +1175,6 @@ class AxolotlInputConfig(
return data
# @model_validator(mode="before")
# @classmethod
# def check_grpo_peft_liger(cls, data):
# if (
# data.get("rl") == "grpo"
# and data.get("trl", {})
# and data.get("trl").get("use_liger_loss")
# and data.get("adapter")
# ):
# raise ValueError("PEFT + GRPO + Liger is not yet supported")
# return data
#
@model_validator(mode="before")
@classmethod
def check_grpo_liger_sequence_parallel(cls, data):