summaryrefslogtreecommitdiff
path: root/hyperstack-vm1.toml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-24 12:49:57 +0300
committerPaul Buetow <paul@buetow.org>2026-05-24 12:49:57 +0300
commit993b63cb32135bc8d45defd7d1549d83df200cad (patch)
tree2be15d7481ec9b13af37e5fefca06027d1bf3a1b /hyperstack-vm1.toml
parentbed1f24770ca1995e38278d4804b84f957ddc028 (diff)
feat(cli): replace --config with --vm 1|2|both, remove create-both/delete-both
- Drop single-VM default hyperstack-vm.toml and @config_path/@config_explicit machinery - Add global --vm flag (default: 1) mapping to hyperstack-vm1.toml and/or hyperstack-vm2.toml - Fold create-both and delete-both into create/delete --vm both - Teach status, watch, test, model to accept --vm (default: 1) - Update help text and README/AGENTS/fish abbreviations accordingly
Diffstat (limited to 'hyperstack-vm1.toml')
-rw-r--r--hyperstack-vm1.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperstack-vm1.toml b/hyperstack-vm1.toml
index 5a5be2a..c6fb2df 100644
--- a/hyperstack-vm1.toml
+++ b/hyperstack-vm1.toml
@@ -70,7 +70,7 @@ gpu_memory_utilization = 0.92
tensor_parallel_size = 1
tool_call_parser = "qwen3_coder"
-# Named model presets for 'ruby hyperstack.rb --config hyperstack-vm1.toml model switch <name>'.
+# Named model presets for 'ruby hyperstack.rb --vm 1 model switch <name>'.
# Each preset overrides the matching [vllm] field; unset fields fall back to [vllm] defaults.
[vllm.presets.qwen3-coder-next]