Created
April 23, 2023 03:06
-
-
Save chunhualiao/0dec705a10814b3603f20bd6e4fe5a62 to your computer and use it in GitHub Desktop.
DeepSpeed-Chat.ipynb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to train DeepSpeed Chat using a single A100 GPU from Google Colab (I am a paying Colab Pro with access to premium GPUs). There were some minor issues I had to deal with. Mostly they were related to CUDA out of memory errors.
To apply the following patch, save it into a text file like my_changes.patch.
Then
cd DeepSpeedExamples
patch -p0 <my_changes.patch