set dev version

Former-commit-id: b0ccc2ee86b74548c55e15da525bb9f22db8188a
This commit is contained in:
hiyouga 2024-11-25 01:36:49 +08:00
parent 1176cd6779
commit f8f3638bff

View File

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