mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-03-08 12:46:06 +08:00
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user