From 7a1985b9915a49aa84655224ba7d44fb9762241d Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Sat, 16 Mar 2024 12:38:34 +0900 Subject: [PATCH] Feat(readme): Add instructions for Google GPU VM instances --- 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!