This commit is contained in:
hiyouga
2024-04-17 22:17:19 +08:00
parent e3ca57602c
commit 6d641af703
15 changed files with 75 additions and 32 deletions

View File

@@ -25,6 +25,10 @@ def is_galore_available():
return _is_package_available("galore_torch")
def is_gradio_available():
return _is_package_available("gradio")
def is_jieba_available():
return _is_package_available("jieba")