Commit Graph

11 Commits

Author SHA1 Message Date
William Valentin 7745648a13 chore(voice): make NPU Whisper the default 2026-06-03 17:24:49 -07:00
William Valentin 7b9fafcff5 chore(compose): remediate vulnerable service images 2026-05-21 23:46:09 -07:00
William Valentin d744e5c036 chore(compose): pin postgres patch image 2026-05-20 22:19:58 -07:00
William Valentin d8f9640564 chore(infra): pin whisper image digest 2026-05-20 17:36:42 -07:00
William Valentin ca3f932df5 fix(litellm): disable stale copilot registrations 2026-05-15 10:04:48 -07:00
William Valentin 867f879d4a fix(n8n): harden swarm automation workflows 2026-05-13 17:33:17 -07:00
William Valentin 50f2640846 feat(whisper): add CUDA Blackwell server, promote to primary on :18801
Adds a custom whisper.cpp Docker image built with CMAKE_CUDA_ARCHITECTURES=120
so it actually initializes on the RTX 5070 Ti — the upstream
ghcr.io/ggml-org/whisper.cpp:main-cuda only ships kernels for sm_75/80/86/90.

Compose changes:
- New whisper-init one-shot service downloads ggml-medium.bin and ggml-small.bin
  into the shared volume on first run, fixing the original crash where
  whisper-server tried to load a model that was never fetched.
- New whisper-server-gpu service (image whisper.cpp:cuda-blackwell, built
  locally from ./whisper-cuda-blackwell/Dockerfile) on port 18801 — the
  benchmarked path (~150 ms per short clip, ~93x faster than CPU/medium with
  identical WER on JFK + 4 TTS samples).
- Existing whisper-server (CPU/medium) moves to port 18811 as the fallback
  for when GPU is unavailable. Container names unchanged so monitoring and
  volume bindings keep working.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 01:12:58 -07:00
William Valentin 7ed5383d10 chore(openclaw): refresh runtime models and credentials 2026-03-26 11:01:47 -07:00
William Valentin da64b55caf fix: pin container image versions to avoid unexpected upgrades
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 22:50:18 -07:00
William Valentin bd8a039c82 feat: add agentmon monitor labels to swarm services 2026-03-18 10:07:35 -07:00
William Valentin aceeb7b542 Initial commit — OpenClaw VM infrastructure
- ansible/: VM provisioning playbooks and roles
  - provision-vm.yml: create KVM VM from Ubuntu cloud image
  - install.yml: install OpenClaw on guest (upstream)
  - customize.yml: swappiness, virtiofs fstab, linger
  - roles/vm/: libvirt domain XML, cloud-init templates
  - inventory.yml + host_vars/zap.yml: zap instance config
- backup-openclaw-vm.sh: daily rsync + MinIO upload
- restore-openclaw-vm.sh: full redeploy from scratch
- README.md: full operational documentation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:18:31 -07:00