diff --git a/README.md b/README.md index 826c16045c..5f811a91eb 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,21 @@ For cloud GPU providers that support docker images, use [`winglian/axolotl-cloud ``` +##### GCP + +
+ +Click to Expand + +Use a Deeplearning linux OS with cuda and pytorch installed. Then follow instructions on quickstart. + +Make sure to run the below to uninstall xla. +```bash +pip uninstall -y torch_xla[tpu] +``` + +
+ #### Windows Please use WSL or Docker!