TF-AT: Changing the Runtime Version

Google Colab updates its runtime periodically to use newer versions of packages like Tensorflow. This can sometimes affect the use of GPUs for notebooks that require older versions, or cause problems in installing required packages. To get around it, please use the fallback runtime before running any of the code in your notebook. Here are the steps:

  1. In the Menu bar, navigate to RuntimeChange runtime type




  1. A window will pop-up. From there, go to the Runtime version drop-down and select the 2025.07 version. Click Save afterwards to close the pop-up.




  1. Click the Connect button on the upper right of the notebook or run the first code cell. Wait for the runtime to connect and start solving the assignment (or re-run all your code if you already started it beforehand). It can take up to 5 minutes for the runtime to connect.
1 Like