feat: hermes auto-update cron with staggered offsets (+10min per node)

This commit is contained in:
2026-05-21 14:11:54 -04:00
parent e069715ce1
commit a508a2852a
6 changed files with 45 additions and 2 deletions

View File

@@ -6,9 +6,11 @@ gpu_type: nvidia
gpu_model: "RTX 4070"
vram_mb: 12282
# GPU-specific tools (not drivers — Mark44 uses proprietary NVIDIA package)
# GPU-specific packages
extra_packages:
- nvtop # GPU monitoring
- nvidia-driver # NVIDIA driver (if not already installed via proprietary)
- cuda-toolkit # CUDA toolkit for ML workloads
- nvtop # GPU monitoring (better than nvidia-smi for live view)
- nethogs # Network per-process monitoring
- iotop # I/O per-process monitoring
@@ -17,6 +19,7 @@ ollama_models:
- gemma4:e4b # Already pulled — keep it
- qwen2.5-coder:14b # Primary coding model
- qwen2.5:14b # General purpose large model
- mistral:7b # Fallback fast model
# Services
managed_services:
@@ -30,3 +33,6 @@ managed_services:
# Ollama port override (standard)
ollama_port: 11434
open_webui_port: 8080
# Hermes auto-update offset (minutes from hour mark)
hermes_update_offset: 10