diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-16 19:11:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-16 19:11:00 +0200 |
| commit | 8dca92ea40b191b9de367197aac7e1f882ed3d43 (patch) | |
| tree | 26dbdd1c70dd7e8c49adde910f3c7d23abf98cff /snippets/hyperstack/hyperstack-vm.toml | |
| parent | 9ecd212123f9b67dc78ddb61584b618ad7334662 (diff) | |
Update hyperstack VM bootstrap, WireGuard, and Ollama setup logic; add retries, apt lock waits, and model verification
Diffstat (limited to 'snippets/hyperstack/hyperstack-vm.toml')
| -rw-r--r-- | snippets/hyperstack/hyperstack-vm.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
