mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-20 14:28:54 +00:00
Bump exllamav2 to 0.2.2
This commit is contained in:
@@ -8,7 +8,7 @@ from loguru import logger
|
||||
def check_exllama_version():
|
||||
"""Verifies the exllama version"""
|
||||
|
||||
required_version = version.parse("0.2.1")
|
||||
required_version = version.parse("0.2.2")
|
||||
current_version = version.parse(package_version("exllamav2").split("+")[0])
|
||||
|
||||
unsupported_message = (
|
||||
|
||||
Reference in New Issue
Block a user