From 501b4d1379116bcc1bc052c4cc18bdf6a9d7c8d4 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 16 Nov 2023 01:06:51 +0900 Subject: [PATCH] chore(doc): Separate section on runpod (#860) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c487d9021..b9b6b58e9 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,6 @@ accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \ ```bash docker run --gpus '"all"' --rm -it winglian/axolotl:main-py3.10-cu118-2.0.1 ``` - - `winglian/axolotl-runpod:main-latest`: for runpod or use this [direct link](https://runpod.io/gsc?template=v2ickqhz9s&ref=6i7fkpdz) Or run on the current files for development: @@ -154,6 +153,10 @@ accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \ ``` Get the token at huggingface.co/settings/tokens +#### Runpod + +Use `winglian/axolotl-runpod:main-latest` or use this [direct link](https://runpod.io/gsc?template=v2ickqhz9s&ref=6i7fkpdz) + #### LambdaLabs