Align doctor docs with CLI output
This commit is contained in:
parent
5d63e4c16e
commit
38b6aeba68
2 changed files with 15 additions and 2 deletions
|
|
@ -25,7 +25,19 @@ The current implementation uses `sudo -n` for host networking commands when a ne
|
|||
pyro doctor
|
||||
```
|
||||
|
||||
Check these fields in the output:
|
||||
In the default human-readable output, check:
|
||||
|
||||
- `Runtime: PASS`
|
||||
- `KVM: exists=yes readable=yes writable=yes`
|
||||
- `Networking: tun=yes ip_forward=yes`
|
||||
|
||||
If you need the raw structured fields instead:
|
||||
|
||||
```bash
|
||||
pyro doctor --json
|
||||
```
|
||||
|
||||
Check:
|
||||
|
||||
- `runtime_ok`
|
||||
- `kvm`
|
||||
|
|
|
|||
|
|
@ -68,7 +68,8 @@ Cause:
|
|||
Fix:
|
||||
|
||||
- reinstall the package
|
||||
- verify `pyro doctor` reports `runtime_ok: true`
|
||||
- verify `pyro doctor` reports `Runtime: PASS`
|
||||
- or run `pyro doctor --json` and verify `runtime_ok: true`
|
||||
- if you are working from a source checkout, ensure large runtime artifacts are present with `git lfs pull`
|
||||
|
||||
## Ollama demo exits with tool-call failures
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue