Revert and comment out CPU-only PyTorch installation instructions in README.md

This commit is contained in:
2026-03-20 00:58:32 +01:00
parent 24174dbf98
commit 9787917d11

View File

@@ -59,17 +59,13 @@ Manual startup:
```bash
python3.13 -m venv backend/.venv
backend/.venv/bin/python -m pip install --upgrade pip
# Steam Deck / SteamOS / CPU-only Linux:
# backend/.venv/bin/python -m pip install --index-url https://download.pytorch.org/whl/cpu torch
backend/.venv/bin/python -m pip install -r backend/requirements.txt
npm install
npm run dev
```
On Steam Deck / SteamOS, or any non-NVIDIA Linux host where you want Whisper on CPU, install CPU-only PyTorch first:
```bash
backend/.venv/bin/python -m pip install --index-url https://download.pytorch.org/whl/cpu torch
```
## Project Layout
```text