We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b3494 commit 118b7f6Copy full SHA for 118b7f6
llama_cpp/server/app.py
@@ -31,7 +31,7 @@ class Settings(BaseSettings):
31
ge=0,
32
description="The number of layers to put on the GPU. The rest will be on the CPU.",
33
)
34
- tensor_split: List[float] = Field(
+ tensor_split: Optional[List[float]] = Field(
35
default=None,
36
description="Split layers across multiple GPUs in proportion.",
37
0 commit comments