Initial local AI stack

This commit is contained in:
avi
2026-04-20 13:13:41 -05:00
commit 8a9a120d1f
4 changed files with 146 additions and 0 deletions

17
bootstrap.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
set -euo pipefail
BASE_DIR="$(cd "$(dirname "$0")" && pwd)"
"$BASE_DIR/scripts/probe.sh"
python3 "$BASE_DIR/scripts/render-config.py"
sudo systemctl daemon-reload
sudo systemctl restart ollama
echo
echo "=== machine profile ==="
cat "$BASE_DIR/generated/machine-profile.json"
echo
echo "=== continue config ==="
echo "~/.continue/config.yaml updated"