description, argument-hint, allowed-tools
| description |
argument-hint |
allowed-tools |
| Verify the repo-local PDFtoMD Python environment, CUDA, and Nougat CLI. |
|
|
/env-check
Arguments
The user invoked this command with: $ARGUMENTS
Workflow
- Read
AGENTS.md, requirements.txt, docs/TOOLCHAIN.md, and PROGRESS.md.
- Run
.\venv\python.exe -m pip check.
- Run a CUDA smoke test with
torch.ones((1,), device="cuda") unless $ARGUMENTS says quick.
- Run
.\venv\Scripts\nougat.exe --help.
- Summarize versions and failures.
- Do not install or upgrade packages unless the user explicitly asks.
Output
- Environment
- CUDA
- Nougat
- Dependency Health
- Action Needed