diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 23:04:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 23:04:29 +0200 |
| commit | 5c6cf70d84f288dc80cfb94af53bd6107ae15835 (patch) | |
| tree | f53fb7139c548235017132fda7b572405d9fd825 /hyperstack.fish | |
| parent | 8606cc1c7113f752a6de5945e689286a8f33d494 (diff) | |
Add vLLM watch dashboard, side-by-side layout, and insert-mode default
- hyperstack.rb: add VllmWatcher class and `watch` subcommand — live
terminal dashboard polling all active VMs every 5 s via SSH; shows
GPU util/VRAM/temp/power bars and vLLM throughput/requests/KV-cache/
cache-hit bars aligned in a shared column layout
- draw(): render two or more VM panels side-by-side (horizontal) with a
│ separator, padded to equal visible width; single VM falls back to
vertical layout
- pi/agent/extensions/modal-editor: start in INSERT mode instead of NORMAL
- README: document watch command and update fish script rename
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'hyperstack.fish')
| -rw-r--r-- | hyperstack.fish | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hyperstack.fish b/hyperstack.fish deleted file mode 100644 index 09706b5..0000000 --- a/hyperstack.fish +++ /dev/null @@ -1,11 +0,0 @@ -# Single-VM setup (hyperstack-vm.toml → hyperstack.wg1) -abbr pi-hyperstack pi --model hyperstack/openai/gpt-oss-120b -abbr hyperstack-create ruby ~/git/hyperstack/hyperstack.rb create -abbr hyperstack-delete ruby ~/git/hyperstack/hyperstack.rb delete -abbr hyperstack-test ruby ~/git/hyperstack/hyperstack.rb test - -# Dual-VM setup (hyperstack-vm1/vm2.toml → hyperstack1/2.wg1) -abbr pi-hyperstack-nemotron pi --model hyperstack1/cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit -abbr pi-hyperstack-coder pi --model hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit -abbr hyperstack-create-both ruby ~/git/hyperstack/hyperstack.rb create-both -abbr hyperstack-delete-both ruby ~/git/hyperstack/hyperstack.rb delete-both |
