set dev version

Former-commit-id: 221665345d97f839ce4ba8d54643da30c71b6083
This commit is contained in:
hiyouga 2024-06-19 21:08:16 +08:00
parent f0bff18324
commit a7d7f79855

View File

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