release v0.7.0

Former-commit-id: 45bb89cb4d26a6b3fb5360bc90ab950738fe4920
This commit is contained in:
hiyouga
2024-04-26 23:18:00 +08:00
parent cb8b8f40cd
commit c501f377dd
8 changed files with 86 additions and 36 deletions

View File

@@ -48,6 +48,10 @@ def is_nltk_available():
return _is_package_available("nltk")
def is_pillow_available():
return _is_package_available("PIL")
def is_requests_available():
return _is_package_available("requests")