From c518146e62843510644004b9aec96dc5782cb50c Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Tue, 18 Mar 2025 00:10:53 +0800 Subject: [PATCH] [misc] set dev version (#7351) --- src/llamafactory/extras/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llamafactory/extras/env.py b/src/llamafactory/extras/env.py index 659c1cf7..ab0dfb8f 100644 --- a/src/llamafactory/extras/env.py +++ b/src/llamafactory/extras/env.py @@ -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: