release v0.7.0

Former-commit-id: 168f56683a
This commit is contained in:
hiyouga
2024-04-26 23:18:00 +08:00
parent 9304459694
commit eb14501a52
13 changed files with 163 additions and 44 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")