Documentation
Quick Start Guide
Get EnvForage installed and run your first machine learning compatibility audit in under 5 minutes.
Prerequisites & Requirements
- Python 3.8, 3.9, 3.10, or 3.11 installed.
- Nvidia GPU & CUDA Drivers installed (required for local CUDA audits, otherwise mocks are used).
- Administrator or Root access (recommended for hardware query steps).
Select Your Operating System
Interactive Setup Run
CLI Command Flags & Reference
| Flag | Type | Default | Description |
|---|---|---|---|
| --framework | string | pytorch | Target framework to build. Options: pytorch, tensorflow, jax |
| --export | string | shell | Output file format. Options: shell, powershell, conda, dockerfile |
| --cuda | string | auto | Override target CUDA version instead of running auto-detection. |
| --verbose | flag | false | Enable detailed console output logging during environment check. |