Finish profile defaults in .env.example (CPU mini + Qwen catalog)
Align example env with mini defaults and dual-model download flags.
This commit is contained in:
parent
a729ff14e9
commit
7982d43394
2 changed files with 14 additions and 10 deletions
21
.env.example
21
.env.example
|
|
@ -81,19 +81,26 @@ WIREGUARD_ENDPOINT_PORT=443
|
|||
WIREGUARD_CONF=./wireguard/wg0.conf
|
||||
|
||||
# =============================================================================
|
||||
# Local AI — Ternary-Bonsai-27B
|
||||
# Local AI — model files under BONSAI_MODELS_DIR (both families can coexist)
|
||||
# =============================================================================
|
||||
BONSAI_MODEL_PATH=/models/Ternary-Bonsai-27B-Q2_0.gguf
|
||||
BONSAI_HF_REPO=prism-ml/Ternary-Bonsai-27B-gguf
|
||||
BONSAI_MAIN_FILE=Ternary-Bonsai-27B-Q2_0.gguf
|
||||
# Download model during bootstrap-stack.sh
|
||||
|
||||
BONSAI27_HF_REPO=prism-ml/Ternary-Bonsai-27B-gguf
|
||||
BONSAI27_MAIN_FILE=Ternary-Bonsai-27B-Q2_0.gguf
|
||||
QWEN_HF_REPO=mradermacher/Qwen3.5-9B-abliterated-v2-MAX-GGUF
|
||||
QWEN_MAIN_FILE=Qwen3.5-9B-abliterated-v2-MAX.Q4_K_M.gguf
|
||||
|
||||
DOWNLOAD_MODEL=true
|
||||
DOWNLOAD_BONSAI27=true
|
||||
DOWNLOAD_QWEN=true
|
||||
DOWNLOAD_VISION=true
|
||||
DOWNLOAD_DRAFTER=false
|
||||
|
||||
# Inference: vulkan on AMD iGPU; cpu for safe fallback
|
||||
BONSAI_BACKEND=vulkan
|
||||
BONSAI_NGL=99
|
||||
# mini=cpu; mid/gaming=vulkan (overridden by apply-profile.sh)
|
||||
BONSAI_BACKEND=cpu
|
||||
BONSAI_NGL=0
|
||||
BONSAI_CTX=16384
|
||||
BONSAI_KV4=0
|
||||
BONSAI_THREADS=12
|
||||
|
|
@ -112,10 +119,8 @@ RAG_CHUNK_OVERLAP=100
|
|||
# SearXNG
|
||||
SEARXNG_SECRET=demo-searxng-secret-change-me
|
||||
|
||||
# OpenHands (compose profile: coding)
|
||||
# OpenHands (always deployed)
|
||||
OPENHANDS_MODEL=openai/Ternary-Bonsai-27B-Q2_0.gguf
|
||||
# true = also start openhands in bootstrap
|
||||
START_OPENHANDS=false
|
||||
|
||||
# =============================================================================
|
||||
# Forgejo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue