From 8dca92ea40b191b9de367197aac7e1f882ed3d43 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Mar 2026 19:11:00 +0200 Subject: Update hyperstack VM bootstrap, WireGuard, and Ollama setup logic; add retries, apt lock waits, and model verification --- snippets/hyperstack/hyperstack-vm.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'snippets/hyperstack/hyperstack-vm.toml') diff --git a/snippets/hyperstack/hyperstack-vm.toml b/snippets/hyperstack/hyperstack-vm.toml index da02ccf..2d83b0f 100644 --- a/snippets/hyperstack/hyperstack-vm.toml +++ b/snippets/hyperstack/hyperstack-vm.toml @@ -8,7 +8,7 @@ base_url = "https://infrahub-api.nexgencloud.com/v1" file = ".hyperstack-vm-state.json" [vm] -name_prefix = "gpt-oss" +name_prefix = "hyperstack" hostname = "hyperstack" environment_name = "snonux-ollama" @@ -47,7 +47,7 @@ models_dir = "/ephemeral/ollama/models" listen_host = "0.0.0.0:11434" gpu_overhead_mb = 2000 num_parallel = 4 -pull_models = ["qwen3-coder:30b", "gpt-oss:20b", "gpt-oss:120b", "nemotron-3-super"] +pull_models = ["qwen3-coder-next", "qwen3-coder:30b", "gpt-oss:20b", "gpt-oss:120b", "nemotron-3-super"] [wireguard] auto_setup = true -- cgit v1.2.3