release v0.8.0

Former-commit-id: 004db680b9e3996ec511ee818df6c0c02bf13603
This commit is contained in:
hiyouga
2024-06-08 05:20:54 +08:00
parent ae60ea15da
commit c0c387e4db
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: