mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-28 10:11:39 +00:00
Requirements: Update exllamav2, torch, and FA2
Torch to 2.2, exllamav2 to 0.0.13, FA2 to 2.4.2 on Windows and 2.5.2 on Linux. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -9,7 +9,7 @@ logger = init_logger(__name__)
|
||||
def check_exllama_version():
|
||||
"""Verifies the exllama version"""
|
||||
|
||||
required_version = "0.0.12"
|
||||
required_version = "0.0.13"
|
||||
current_version = package_version("exllamav2").split("+")[0]
|
||||
|
||||
if version.parse(current_version) < version.parse(required_version):
|
||||
|
||||
Reference in New Issue
Block a user