set dev version

This commit is contained in:
hiyouga 2024-06-19 21:08:16 +08:00
parent 87e330fee5
commit 42e69a3c63
1 changed files with 1 additions and 1 deletions

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: