fixup: autosplit reserve
this probably breaks v2 support
This commit is contained in:
parent
acb3adb953
commit
306fc7cd15
2 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue