set dev version

This commit is contained in:
hiyouga 2024-06-11 00:50:53 +08:00
parent 2b6ebd6b51
commit 91e62a098f
1 changed files with 1 additions and 1 deletions

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: