Merge pull request #3655 from Tendo33/main

1.Change the name of is_fastapi_available function 2. Added the log of printing requests when deploying using vllm

Former-commit-id: 28c75448eed9d472e96285737a66ac0d20280e13
This commit is contained in:
hoshi-hiyouga
2024-05-13 18:05:50 +08:00
committed by GitHub
4 changed files with 14 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ def _get_package_version(name: str) -> "Version":
return version.parse("0.0.0")
def is_fastapi_availble():
def is_fastapi_available():
return _is_package_available("fastapi")