Skip to content

Commit

Permalink
specify git checkout in reproduction instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj committed Jun 14, 2022
1 parent 24b38a4 commit b61e55f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ To reproduce our submission to the NeurIPS 2022 Datasets & Benchmarks Track (**T
```bash
git clone https://github.com/kaczmarj/champkit
cd champkit
# git checkout v0.1.0 # TODO: add this after we tag the version
git checkout v0.1.0
```
- **TODO**: tag version 0.1.0 after verifying reproducibility.
2. Install software dependencies. See [Software environment](#software-environment) for details.
```
conda env create -f environment.yml -n champkit
Expand Down

0 comments on commit b61e55f

Please sign in to comment.