Skip to content

Tunix v0.1.5 — Critical Issue Fix for v0.1.4

Latest

Choose a tag to compare

@wang2yn84 wang2yn84 released this 21 Nov 02:19
· 175 commits to main since this release

API Change

This release fixes a critical issue introduced in v0.1.4 that prevented correct functionality.
Users are strongly recommended to upgrade to v0.1.5.

# old:
rl_trainer = GrpoLearner(
  grpo_config=grpo_config,
)
# new:
rl_trainer = GrpoLearner(
  algo_config=grpo_config,
)

What's Changed

Full Changelog: v0.1.4...v0.1.5