set dev version

Former-commit-id: 0ded76578450f71dfe6570fbba7caaa65c004f03
This commit is contained in:
hiyouga 2024-09-11 18:56:37 +08:00
parent acfe212a63
commit d2f8bcb890

View File

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