mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Dependencies: Fix unsupported dependency error
Log the package name provided to the check function. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ def check_package_version(package_name: str, required_version_str: str):
|
||||
current_version = version.parse(package_version(package_name).split("+")[0])
|
||||
|
||||
unsupported_message = (
|
||||
f"ERROR: TabbyAPI requires ExLlamaV2 {required_version} "
|
||||
f"ERROR: TabbyAPI requires {package_name} {required_version} "
|
||||
f"or greater. Your current version is {current_version}. "
|
||||
"Please update your dependencies."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user