How to get torch 0.3.0 in google colab?

I need to use 0.3.0 version of torch in google colab. But when I try to install with pip, it says it isn’t a supported wheel in the platform. I need to replicate results of an old repository which uses the same version and it’s difficult to change the code to newer version. Can you please help? Also, torch 0.3.0 requires CUDA 9.0, so I need to install that too.

Link of the repo : GitHub - alirezazareian/gbnet: Bridging Knowledge Graphs to Generate Scene Graphs, ECCV 2020

Hey, did you later find a solution?