mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-20 14:28:54 +00:00
Dependencies: Change handling of exllamav2 checks
ExllamaV2 should check for solely exllamav2, otherwise errors don't make sense. Migrate the combined "exl2" computed property to "inference" since those are the required dependencies for minimal inference. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -22,7 +22,7 @@ def check_exllama_version():
|
||||
"pip install --upgrade .[amd]\n\n"
|
||||
)
|
||||
|
||||
if not dependencies.exl2:
|
||||
if not dependencies.exllamav2:
|
||||
raise SystemExit(("Exllamav2 is not installed.\n" + install_message))
|
||||
|
||||
required_version = version.parse("0.2.2")
|
||||
|
||||
Reference in New Issue
Block a user