File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,20 +18,21 @@ git clone --recursive git@github.com:YukeWang96/MGG-OSDI23-AE.git
1818wget https://storage.googleapis.com/mgg_data/local.tar.gz
1919tar -zxvf local.tar.gz && rm local.tar.gz
2020tar -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```
2526cd 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
2728cd ..
2829```
2930
3031+ Setup baseline ROC
3132```
3233cd roc-new
3334git 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```
3637or
3738```
You can’t perform that action at this time.
0 commit comments