Merge pull request #7242 from hiyouga/hiyouga/release

[release] release v0.9.2

Former-commit-id: 6b25268990bf225d84e29d4067595cf720fa12d8
This commit is contained in:
hoshi-hiyouga
2025-03-11 15:28:45 +08:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ import trl
from transformers.utils import is_torch_cuda_available, is_torch_npu_available
VERSION = "0.9.2.dev0"
VERSION = "0.9.2"
def print_env() -> None: