Dependencies: Bump ExllamaV3 and ExllamaV2
This commit is contained in:
parent
2d89c96879
commit
691a080ac7
3 changed files with 22 additions and 22 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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. "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue