diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 12:49:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 12:49:57 +0300 |
| commit | 993b63cb32135bc8d45defd7d1549d83df200cad (patch) | |
| tree | 2be15d7481ec9b13af37e5fefca06027d1bf3a1b /hyperstack-vm2.toml | |
| parent | bed1f24770ca1995e38278d4804b84f957ddc028 (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-vm2.toml')
| -rw-r--r-- | hyperstack-vm2.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperstack-vm2.toml b/hyperstack-vm2.toml index 14f1c6a..c3605ff 100644 --- a/hyperstack-vm2.toml +++ b/hyperstack-vm2.toml @@ -74,7 +74,7 @@ tensor_parallel_size = 1 tool_call_parser = "qwen3_coder" extra_vllm_args = ["--reasoning-parser", "qwen3"] -# Named model presets for 'ruby hyperstack.rb --config hyperstack-vm2.toml model switch <name>'. +# Named model presets for 'ruby hyperstack.rb --vm 2 model switch <name>'. # Core model fields override the matching [vllm] values; preset-only extras such as # extra_vllm_args / extra_docker_env / docker_image / pre_start_cmd must be set explicitly. |
