Dependencies: Bump ExllamaV3 and ExllamaV2

This commit is contained in:
turboderp 2025-05-31 23:54:16 +02:00
parent 2d89c96879
commit 691a080ac7
3 changed files with 22 additions and 22 deletions

View file

@ -113,7 +113,7 @@ class ExllamaV2Container(BaseModelContainer):
self = cls()
# Make sure ExllamaV2 is up to date
check_package_version("exllamav2", "0.3.0")
check_package_version("exllamav2", "0.3.1")
# Initialize config
self.config = ExLlamaV2Config()

View file

@ -99,7 +99,7 @@ class ExllamaV3Container(BaseModelContainer):
self = cls()
# Make sure ExllamaV3 is up to date
check_package_version("exllamav3", "0.0.2")
check_package_version("exllamav3", "0.0.3")
logger.warning(
"ExllamaV3 is currently in an alpha state. "