achen353 / TransformerSum

BERT-based extractive summarizer for long legal document using a divide-and-conquer approach
GNU General Public License v3.0
3 stars 0 forks source link

Setup GCP Compute Engine #8

Closed achen353 closed 2 years ago

achen353 commented 2 years ago

Some of the language models are going to be humongous. Need to set up a Compute Engine instance on GCP (probably multi-GPU)

Useful Reference/Tutuorial

Hopefully, the tutorials in these links are still valid (used them more than a year ago). If anything does not apply or there exists better tutorials, please let the others know.

TODO

achen353 commented 2 years ago

Requested:

achen353 commented 2 years ago

One annoying thing about GCP is that you need to request GPU quotas before you create a VM instance with GPU capabilities (https://cloud.google.com/compute/quotas). I requested three types (one for each) but based on my experience they won't approve all of them and depending on the availabilities it could take a while to get approved.

@stephanieeechang @andywang268 I highly suggest you also activate your own personal GCP account and request the GPU quotas for your account to have a higher chance of getting GPUs for either your personal accounts or our project account.