Skip to content
26 changes: 1 addition & 25 deletions extensions/llamacpp-extension/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,7 @@
}
},
{
"key": "ctx_size",
"title": "Context Size",
"description": "Size of the prompt context (0 = loaded from model).",
"controllerType": "input",
"controllerProps": {
"value": 8192,
"placeholder": "8192",
"type": "number",
"textAlign": "right"
}
},
{
"key": "context_shift",
"key": "ctx_shift",
"title": "Context Shift",
"description": "Allow model to cut text in the beginning to accommodate new text in its memory",
"controllerType": "checkbox",
Expand Down Expand Up @@ -116,18 +104,6 @@
"textAlign": "right"
}
},
{
"key": "n_gpu_layers",
"title": "GPU Layers",
"description": "Number of model layers to offload to the GPU (-1 for all layers, 0 for CPU only).",
"controllerType": "input",
"controllerProps": {
"value": -1,
"placeholder": "-1",
"type": "number",
"textAlign": "right"
}
},
{
"key": "device",
"title": "Devices for Offload",
Expand Down
Loading
Loading