Installation¶
Requirements / Dependencies¶
Python >= 3.10
polars
matplotlib
Install from PyPI¶
pip install zeropybench
Install from Source¶
git clone https://github.com/CMBSciPol/zeropybench.git
cd zeropybench
pip install .
JAX Support¶
ZeroPyBench automatically detects and optimizes benchmarking for JAX arrays. To use JAX features, install JAX separately:
pip install jax