Merge branch 'main' into nightly

This commit is contained in:
Daniel Han 2025-12-01 08:01:18 -08:00
commit 1597c29fb3
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2025.11.5"
__version__ = "2025.11.6"
__all__ = [
"SUPPORTS_BFLOAT16",

View file

@ -369,6 +369,7 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"):
)
return
try:
RLConfig = eval(f"trl.trainer.{trainer_file}.{RLConfig_name}")
except Exception as e:
print(
f"Unsloth: Could not load {RLConfig_name} from trl.trainer.{trainer_file}: {e}"