set dev version

Former-commit-id: 91e62a098f
This commit is contained in:
hiyouga
2024-06-11 00:50:53 +08:00
parent 75e1bbf128
commit d6632fefc9

View File

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