feat: refactor LocalAGI backend configuration to use external-LLM mode and update disk size to 30GB

This commit is contained in:
John Doe
2026-03-04 00:46:36 -05:00
parent 7ec67de15c
commit abf9c8e78b
3 changed files with 10 additions and 308 deletions

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 4,
"ram": 8192,
"hdd": 60,
"hdd": 30,
"os": "Debian",
"version": "13"
}
@@ -37,7 +37,7 @@
"type": "info"
},
{
"text": "GPU passthrough can be enabled during CT creation. `var_localagi_backend=cpu|cu128|rocm7.2` is recorded as `LOCALAGI_GPU_BACKEND` for your runtime setup.",
"text": "This Proxmox script runs LocalAGI in external-backend mode and does not provision local ROCm/NVIDIA runtimes.",
"type": "info"
},
{