index
:
hypr
main
My "local" LLM setup with Hyperstack.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hyperstack
Age
Commit message (
Expand
)
Author
13 days
fix(watch): auto-recover when default VM is dead or replaced
Paul Buetow
13 days
update hyperstack2 VM state and config after recreation
Paul Buetow
14 days
fix(provisioning): recover from vLLM readiness timeout and increase poll window
Paul Buetow
2026-05-24
fix(cli): watch/status/test auto-detect active VMs when default VM1 is not pr...
Paul Buetow
2026-05-24
chore(config): remove gpt-oss-120b references since qwen3.6 is better
Paul Buetow
2026-05-24
fix(watcher): show actionable error when VM not provisioned or SSH fails
Paul Buetow
2026-05-24
replace qwen3-coder-next with qwen3.6-27b across configs, docs, and tooling
Paul Buetow
2026-05-24
feat(watch): retry SSH connection failures with exponential backoff
Paul Buetow
2026-05-24
feat(cli): replace --config with --vm 1|2|both, remove create-both/delete-both
Paul Buetow
2026-05-24
cleanup: remove ComfyUI and photo-related code from lib/hyperstack
Paul Buetow
2026-05-24
fix(provisioning): narrow ComfyUI install chmod to models_dir and output_dir\...
Paul Buetow
2026-05-24
fix(wireguard): handle leading whitespace in /etc/hosts lines
Paul Buetow
2026-05-24
fix(cli): avoid false VM2 abort when VM1 fails after WG step succeeded
Paul Buetow
2026-05-24
fix(watcher): remove Timeout.timeout to prevent orphaning SSH child processes
Paul Buetow
2026-05-24
fix(cli): synchronize access to errors hash in run_create_both
Paul Buetow
2026-05-24
fix(provisioning): chown models_dir itself, not its parent
Paul Buetow
2026-05-24
fix(config): memoize detected_operator_cidr failure to avoid repeated probes
Paul Buetow
2026-05-24
fix(manager): only delete state file when VM deletion is confirmed
Paul Buetow
2026-04-11
Rename VM1 configs: default hyperstack-vm1.toml, Nemotron in -nemotron
Paul Buetow
2026-04-06
provisioner: support docker_image and pre_start_cmd for Gemma 4 startup
Paul Buetow
2026-04-06
hyperstack: switch to Gemma 4 31B on VM2, Qwen3-Coder-Next on VM1
Paul Buetow
2026-03-26
hyperstack: watch only polls VMs whose API port is currently reachable
Paul Buetow
2026-03-26
hyperstack: fix TOML paths, add live provisioning progress, and auto end-to-e...
Paul Buetow
2026-03-25
hyperstack: split 3335-line monolith into lib/hyperstack/ modules
Paul Buetow