Merge branch 'main' into nightly

This commit is contained in:
Daniel Han 2025-02-13 14:59:59 -08:00
commit 3a25f4e02e
2 changed files with 3 additions and 5 deletions

View file

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

View file

@ -17,8 +17,6 @@ __all__ = [
"PatchKTOTrainer",
]
from .rl import PatchFastRL
def PatchDPOTrainer(): return
def PatchDPOTrainer(): PatchFastRL("DPO")
def PatchKTOTrainer(): PatchFastRL("KTO")
def PatchKTOTrainer(): return