summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-21 15:46:37 +0200
committerPaul Buetow <paul@buetow.org>2026-03-21 15:46:37 +0200
commit0b4bbe047af8222ba0cc5d8100e2ef60ee8093bd (patch)
treeb4d4e3c39baef50c0375eca558fb814bd404ce03
parent7bd59a4d96bf2a9a6b3459c05d987824b5f14fb4 (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.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index e3a6fd9..13951a1 100644
--- a/README.md
+++ b/README.md
@@ -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 │