AIFaultBench / bugs /042 /setup_codebase.sh
mehilshah's picture
Upload folder using huggingface_hub (part 3)
fb81682 verified
Raw
History Blame Contribute Delete
278 Bytes
#!/usr/bin/env bash
# Recreate this bug's codebase (the dataset does not ship it).
set -euo pipefail
git clone https://github.com/lucidrains/imagen-pytorch codebase
git -C codebase checkout 0d34fe31df013d9c0be072062e224e0df10b1044
# then: bash setup_env.sh && bash run_repro.sh