Sync from upstream: README install note, CRLF fix in gen-nvidia-reqs

gen-nvidia-reqs.py wrote requirements-nvidia.txt with os.linesep, so running
it on Windows produced CRLF. Pinned to newline="\n".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jon
2026-07-22 11:06:33 -05:00
co-authored by Claude Opus 4.8
parent 80d0f6dfee
commit bcad43502c
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ does all inference over HTTP).
```bash
# 1. Build everything: venv (auto-selects AMD/NVIDIA/CPU), web UI, memory DB,
# system packages and the Ollama binary.
# system packages, Ollama binary and the XFCE desktop wiring.
./install.sh
# 2. Launch (memory :8001, backend :8000 — backend also serves the built UI)