Former-commit-id: 9030501eaef97ea249347198272adf0d709503ec
This commit is contained in:
hiyouga
2024-06-06 03:33:44 +08:00
parent 8fdb32d0a3
commit 5e1bf7572c
5 changed files with 25 additions and 27 deletions

View File

@@ -20,10 +20,6 @@ def _get_package_version(name: str) -> "Version":
return version.parse("0.0.0")
def is_deepspeed_available():
return _is_package_available("deepspeed")
def is_fastapi_available():
return _is_package_available("fastapi")