hai is a Python utility library developed by Valohai, providing helpers for parallel runs, logging, configuration, and other common infrastructure tasks in ML pipelines. Current version is 0.4.1, with occasional releases.
pip install haiVerified import paths — ran on the pinned version, not inferred.
Run a simple parallel task using ParallelRun context manager.
Upgrade to Python >=3.7
Always use 'with ParallelRun() as pr:' pattern.
No dependency data recorded yet.