release v0.9.0

This commit is contained in:
hiyouga
2024-09-08 23:43:35 +08:00
parent c9b3870adb
commit 54b5c4b819
2 changed files with 11 additions and 1 deletions

View File

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