release v0.8.0

Former-commit-id: 5aa4ce4756
This commit is contained in:
hiyouga
2024-06-08 05:20:54 +08:00
parent 3547a26f86
commit ce40d12692
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: