Skip to content

Commit ea86541

Browse files
authored
Update commands to include R2-downloader for RGAT model download (mlcommons#2350)
1 parent 8e20008 commit ea86541

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

graph/R-GAT/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,15 @@ pip install dgl -f https://data.dgl.ai/wheels/torch-2.1/repo.html
8080
### Download model through MLCFlow Automation
8181

8282
```
83-
mlcr get,ml-model,rgat --outdirname=<path_to_download>
83+
mlcr get,ml-model,rgat,_r2-downloader,_mlcommons --outdirname=<path_to_download>
84+
```
85+
86+
### Download the model using MLC R2 Downloader
87+
88+
Download the model using the MLCommons R2 Downloader:
89+
90+
```bash
91+
bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) https://inference.mlcommons-storage.org/metadata/rgat-model.uri
8492
```
8593

8694
### Download model using Rclone

0 commit comments

Comments
 (0)