Merge pull request #6124 from hiyouga/hiyouga/release

[release] release v0.9.1

Former-commit-id: 18daf10eda815e29ffd7bc0f2423f0c6d12b7b31
This commit is contained in:
hoshi-hiyouga 2024-11-25 00:20:02 +08:00 committed by GitHub
commit 1176cd6779

View File

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