YukeWang96 / MGG_OSDI23

Artifact for OSDI'23: MGG: Accelerating Graph Neural Networks with Fine-grained intra-kernel Communication-Computation Pipelining on Multi-GPU Platforms.
37 stars 4 forks source link

dataset downloading #3

Closed WWWzq-01 closed 7 months ago

WWWzq-01 commented 7 months ago

Hi, I'm encountering a problem when downloading datasets.

command

wget https://storage.googleapis.com/mgg_data/local.tar.gz

output

--2024-03-09 22:04:49--  https://storage.googleapis.com/mgg_data/local.tar.gz
Resolving storage.googleapis.com (storage.googleapis.com)... 172.217.163.59, 142.251.43.27, 142.251.42.251
Connecting to storage.googleapis.com (storage.googleapis.com)|172.217.163.59|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-03-09 22:04:50 ERROR 404: Not Found.

Is the webpage no longer active, or is there another issue?

YukeWang96 commented 7 months ago

Hi, we are currently migrating out our project data from previous Google Cloud storage. We will later follow up with the updated location. Thanks!

YukeWang96 commented 7 months ago

Hi, I'm encountering a problem when downloading datasets.

command

wget https://storage.googleapis.com/mgg_data/local.tar.gz

output

--2024-03-09 22:04:49--  https://storage.googleapis.com/mgg_data/local.tar.gz
Resolving storage.googleapis.com (storage.googleapis.com)... 172.217.163.59, 142.251.43.27, 142.251.42.251
Connecting to storage.googleapis.com (storage.googleapis.com)|172.217.163.59|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-03-09 22:04:50 ERROR 404: Not Found.

Is the webpage no longer active, or is there another issue?

Just finish the data migration, please run the updated commands for downloading the datasets.

WWWzq-01 commented 7 months ago

thank you !!

WWWzq-01 commented 7 months ago

sorry,I'm still encountering a problem with downloading the library. The command wget https://storage.googleapis.com/mgg_data/local.tar.gz is used to download the library, but now that resource appears to be invalid.

YukeWang96 commented 7 months ago

Just fix it with new command

WWWzq-01 commented 7 months ago

Thanks!