diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-21 15:46:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-21 15:46:37 +0200 |
| commit | 0b4bbe047af8222ba0cc5d8100e2ef60ee8093bd (patch) | |
| tree | b4d4e3c39baef50c0375eca558fb814bd404ce03 | |
| parent | 7bd59a4d96bf2a9a6b3459c05d987824b5f14fb4 (diff) | |
Fix tmux diagram: two panes in one window, not two windows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -22,15 +22,16 @@ Runs two A100 VMs concurrently — each serving a different model — with [Pi]( │ │ │ SSH │ │ │ │ tmux session (tmux attach) │ │ │ │ ┌─────────────────────────────────────────────────────────────┐ │ │ - │ │ │ │ │ │ - │ │ │ window 0: pi-nemotron window 1: pi-coder │ │ │ - │ │ │ ┌──────────────────┐ ┌──────────────────┐ │ │ │ - │ │ │ │ Pi │ │ Pi │ │ │ │ - │ │ │ │ Nemotron-3-Super │ │ Qwen3-Coder-Next │ │ │ │ - │ │ │ └────────┬─────────┘ └────────┬─────────┘ │ │ │ - │ │ │ │ OpenAI API │ OpenAI API │ │ │ - │ │ │ │ /v1/chat/completions │ /v1/chat/completions│ │ │ - │ │ └───────────┼──────────────────────────┼────────────────────-┘ │ │ + │ │ │ window 0 │ │ │ + │ │ │ ┌───────────────────────┬─────────────────────────┐ │ │ │ + │ │ │ │ pane 0: pi-nemotron │ pane 1: pi-coder │ │ │ │ + │ │ │ │ │ │ │ │ │ + │ │ │ │ Pi │ Pi │ │ │ │ + │ │ │ │ Nemotron-3-Super │ Qwen3-Coder-Next │ │ │ │ + │ │ │ └──────────┬────────────┘└────────────┬───────────┘ │ │ │ + │ │ │ │ OpenAI API │ OpenAI API │ │ │ + │ │ │ │ /v1/chat/completions │ /v1/chat/completions│ │ │ + │ │ └─────────────┼──────────────────────────┼────────────────────┘ │ │ │ │ │ │ │ │ │ └──────────────┼───────────────────────────┼────────────────────────┘ │ │ │ WireGuard wg1 │ WireGuard wg1 │ |
