From 1daecd161ec40f9496059572483d85247baa370e Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 8 Feb 2024 09:00:04 -0500 Subject: [PATCH] copy edits (#1276) --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 396541b0a..8182ad1e5 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Features: - [Installation](#installation) - [Docker](#docker) - [Conda/Pip venv](#condapip-venv) - - [Cloud GPU](#cloud-gpu) - Runpod, Latitude - - [LambdaLabs](#lambdalabs) + - [Cloud GPU](#cloud-gpu) - Latitude.sh, RunPod + - [Bare Metal Cloud GPU](#bare-metal-cloud-gpu) - [Windows](#windows) - [Launching on public clouds via SkyPilot](#launching-on-public-clouds-via-skypilot) - [Dataset](#dataset) @@ -182,10 +182,13 @@ docker run --privileged --gpus '"all"' --shm-size 10g --rm -it --name axolotl -- For cloud GPU providers that support docker images, use [`winglian/axolotl-cloud:main-latest`](https://hub.docker.com/r/winglian/axolotl-cloud/tags) -- on Latitude use this [direct link](https://latitude.sh/blueprint/989e0e79-3bf6-41ea-a46b-1f246e309d5c) +- on Latitude.sh use this [direct link](https://latitude.sh/blueprint/989e0e79-3bf6-41ea-a46b-1f246e309d5c) - on RunPod use this [direct link](https://runpod.io/gsc?template=v2ickqhz9s&ref=6i7fkpdz) -#### LambdaLabs +#### Bare Metal Cloud GPU + +##### LambdaLabs +
Click to Expand