Skip to content

Commit 87ff68d

Browse files
authored
Update IGBH download command in graph_neural_network/README.md
1 parent f8fea71 commit 87ff68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph_neural_network/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ The container can now be used on H100 machines once the above installation steps
6161
Once this is done, we should `cd /workspace/repository` and follow the same training workflow from there.
6262

6363
### Steps to download and verify data
64-
Download the dataset:
64+
Download the dataset (you can read more about the MLC R2 Downloader, including how to run it on Windows, [here](https://training.mlcommons-storage.org)):
6565
```bash
6666

67-
bash download_igbh_full.sh
67+
bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) https://training.mlcommons-storage.org/metadata/gnn-igbh-dataset-full.uri
6868
```
6969

7070
Before training, generate the seeds for training and validation:

0 commit comments

Comments
 (0)