mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
fixup: autosplit reserve
this probably breaks v2 support
This commit is contained in:
@@ -193,7 +193,7 @@ class ModelConfig(BaseConfigModel):
|
||||
"Not parsed for single GPU users."
|
||||
),
|
||||
)
|
||||
autosplit_reserve: List[int] = Field(
|
||||
autosplit_reserve: List[float] = Field(
|
||||
[96],
|
||||
description=(
|
||||
"Reserve VRAM used for autosplit loading (default: 96 MB on GPU 0).\n"
|
||||
|
||||
Reference in New Issue
Block a user