Documentation
README
Set up a compute environment
Treat the selected and probed ExecutionContext as authoritative. Wisp
currently supports local, wsl:<distro>, and direct ssh:<alias> contexts;
it does not expose an authenticated provider SDK inside Python.
Plan the environment
Define before installing:
- Python or R version;
- ordered conda/pip/R package phases with important pins;
- required CUDA capability and minimum VRAM;
- cache variables and durable weight locations;
- import checks, CLI checks, and one seeded representative workload;
- the exact activation command later Runs must include.
Use references/envs_reference.md for package-order and cache examples, but
replace container-specific paths with paths valid on the selected context.
This is the opening of the README. Read the full README on GitHub.