-cpu flag
This commit is contained in:
@@ -60,13 +60,13 @@ Windows equivalent: `install.ps1` with the same flags.
|
||||
| Flag | Meaning |
|
||||
|------|---------|
|
||||
| *(none)* | Auto-detect hardware, print detected profile, proceed with best match (interactive confirm unless `--yes`) |
|
||||
| `--cpu` | Skip GPU wheels entirely; install CPU PyTorch and register as a CPU node — even if a discrete GPU is present |
|
||||
| `--gpu` | Install and verify a GPU runtime; **fail hard** if GPU execution cannot be confirmed after install |
|
||||
| `--cpu` | Installer: CPU PyTorch wheel. **`meshnet-node --cpu` (implemented):** force CPU inference and CPU shard assignment even if a GPU is present |
|
||||
| `--gpu` | Install and verify a GPU runtime; **fail hard** if GPU execution cannot be confirmed after install (installer only — not implemented on `meshnet-node` yet) |
|
||||
| `--yes` | Skip interactive confirm; for headless installs and future web GUI orchestration |
|
||||
|
||||
These flags set **intent** for the install environment. They do not replace runtime
|
||||
hardware detection in `meshnet_node.hardware.detect_hardware()` — that profile still
|
||||
feeds tracker registration and routing.
|
||||
Installer flags set install-time intent. At runtime, `meshnet-node` auto-uses GPU when
|
||||
CUDA works; pass `--cpu` to ignore it. Hardware metadata (GPU name/VRAM) is still
|
||||
detected for diagnostics.
|
||||
|
||||
### v1 install pipeline
|
||||
|
||||
@@ -243,7 +243,7 @@ Not in Ralph yet. See
|
||||
| Hardware-aware + learned routing | **Working** (telemetry cleanup open) | US-027+, AH-024 |
|
||||
| Zero port-forwarding (relay) | **Working** (streamed relay chat open) | US-017, US-029, US-036 |
|
||||
| OpenAI-compatible API | **Working** | US-005 |
|
||||
| Mining-style node CLI + wizard | **Working** (installer not built) | US-016 |
|
||||
| Mining-style node CLI + wizard | **Working** (`--cpu` forces CPU mode) | US-016 |
|
||||
| Billing + devnet USDT | **Working** | US-031…033, alpha-hardening |
|
||||
| Fraud / TOPLOC / reputation | **Engineering done** (calibration ops pending) | AH-006…010, AH-021 |
|
||||
| Sharded per-node KV cache | **Implemented — GPU verify pending** | AH-025, ADR-0022 |
|
||||
|
||||
Reference in New Issue
Block a user