Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Following the same steps in [Getting Started with BioNeMo Framework](https://git

#### Download the repository
```bash
git clone --recursive [email protected]:boyiwei/BioRiskEval.git
git clone --recursive [email protected]:scaleapi/BioRiskEval.git
cd BioRiskEval
```

Expand Down
2 changes: 1 addition & 1 deletion bioriskeval/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Download the dataset from huggingface:

git lfs install
git clone https://huggingface.co/datasets/boyiwei/BioRiskEval
git clone https://huggingface.co/datasets/ScaleAI/BioRiskEval


mv BioRiskEval/gen/ gen/data/
Expand Down