Mercurial
diff qwen3_vl/README.md @ 280:49e9e591c9bb
Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 18 Aug 2026 19:14:53 -0700 |
| parents | 78699f810817 |
| children |
line wrap: on
line diff
--- a/qwen3_vl/README.md Mon Aug 17 22:22:36 2026 -0700 +++ b/qwen3_vl/README.md Tue Aug 18 19:14:53 2026 -0700 @@ -40,6 +40,15 @@ curl.exe http://127.0.0.1:8080/health ``` +For the Linux Infinite Canvas process, start the server on the Windows WSL +adapter instead: + +```bash +bazel run //qwen3_vl:serve_canvas +``` + +The canvas detects the WSL gateway and uses that address by default. + The pinned CUDA executable runs on the Windows side of WSL interop. Windows browsers and clients can use `http://127.0.0.1:8080`; use `curl.exe`, rather than Linux `curl`, when checking it from a WSL shell.