From 0ecb1ce0862c30c02d52951ee22b2edbbaee1bb7 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Sat, 16 Mar 2024 21:10:05 +0900 Subject: [PATCH] Feat(readme): Add instructions for Google GPU VM instances (#1410) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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!