PaLM-rlhf on colab
last updated: Oct 20, 2023
Messing around with this repository
- Start a new colab notebook
- switch the runtime to GPU by going to Runtime -> Change Runtime Type
- You can create a cell with
!nvidia-smi
if you want to check that you have a GPU; it will fail if you don't
- You can create a cell with
!pip install palm_rlhf_pytorch
I set up a Colab based on this file but I couldn't train it because it took too long