Closed Erland366 closed 1 week ago
I missed this yesterday, because in trainer.py, TrainingArguments is actually SFTConfig. Therefore we will not move anything to SFTConfig afterwards for SFTTrainer patch
trainer.py
TrainingArguments
SFTConfig
SFTTrainer
This will gives empty set because it's basically set(SFTConfig) - set(SFTConfig)
set
set(SFTConfig)
I missed this yesterday, because in
trainer.py
,TrainingArguments
is actuallySFTConfig
. Therefore we will not move anything toSFTConfig
afterwards forSFTTrainer
patch