Dependencies: Bump ExllamaV3

This commit is contained in:
turboderp 2025-06-15 19:12:45 +02:00
parent a0c16bba2a
commit d357f100d0
2 changed files with 9 additions and 9 deletions

View file

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