You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the BootstrapFinetune optimizer using a local Gemma 3 via SGLang, by following the tutorial on the DSPy website. Since I want to use Gemma 3, I need a recent version of transformers, so I do not pinpoint any version.
Looking at trl source code, it seems that the keyword max_seq_length in the SFTConfig class has been abandonned since the 0.16.0 version (last version is 0.22.2, which is the one installed in my case).
Is there any tutorial somewhere that has been recently tested ?
Steps to reproduce
My current environment was built as presented below.