Skip to content

Commit 9f2e7ab

Browse files
authored
Update README.md with dataset link
1 parent 2a9aac6 commit 9f2e7ab

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ git clone --recursive git@github.com:YukeWang96/MGG-OSDI23-AE.git
1818
wget https://storage.googleapis.com/mgg_data/local.tar.gz
1919
tar -zxvf local.tar.gz && rm local.tar.gz
2020
tar -zxvf local/nvshmem_src_2.0.3-0/build_cu112.tar.gz
21-
wget https://storage.googleapis.com/mgg_data/dataset.tar.gz && tar -zxvf dataset.tar.gz && rm dataset.tar.gz
21+
wget https://yuke-project.s3.us-west-1.amazonaws.com/dataset.tar.gz && tar -zxvf dataset.tar.gz && rm dataset.tar.gz
2222
```
23+
2324
+ Setup baseline DGL
2425
```
2526
cd dgl_pydirect_internal
26-
wget https://storage.googleapis.com/mgg_data/graphdata.tar.gz && tar -zxvf graphdata.tar.gz && rm graphdata.tar.gz
27+
wget https://yuke-project.s3.us-west-1.amazonaws.com/graphdata.tar.gz && tar -zxvf graphdata.tar.gz && rm graphdata.tar.gz
2728
cd ..
2829
```
2930

3031
+ Setup baseline ROC
3132
```
3233
cd roc-new
3334
git submodule update --init --recursive
34-
wget https://storage.googleapis.com/mgg_data/data.tar.gz && tar -zxvf data.tar.gz && rm -rf data.tar.gz
35+
wget https://yuke-project.s3.us-west-1.amazonaws.com/data.tar.gz && tar -zxvf data.tar.gz && rm -rf data.tar.gz
3536
```
3637
or
3738
```

0 commit comments

Comments
 (0)