release v0.8.0

This commit is contained in:
hiyouga
2024-06-08 05:20:54 +08:00
parent 12d79f89c5
commit 5aa4ce4756
6 changed files with 142 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ from transformers.utils import is_bitsandbytes_available, is_torch_cuda_availabl
from .packages import is_vllm_available
VERSION = "0.7.2.dev0"
VERSION = "0.8.0"
def print_env() -> None: