[misc] set dev version (#7351)

This commit is contained in:
hoshi-hiyouga 2025-03-18 00:10:53 +08:00 committed by GitHub
parent 1d2131e5cb
commit c518146e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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