[misc] set dev version (#8389)

This commit is contained in:
Yaowei Zheng 2025-06-17 01:39:25 +08:00 committed by GitHub
parent cabc9207be
commit ec04d7b89c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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