#!/bin/bash set -eo pipefail set -x : ${MAX_JOBS:=$(nproc)} : ${CUDA_VISIBLE_DEVICES:=0} pip install -e . -v pytest -s tests/test_sampling.py