Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Template/Docker Image being called to reference the new migrated repo location #170

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/pods/fine-tune-llm-axolotl.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Because of this, we recommend fine-tuning using RunPod's GPUs.

To do this, you'll need to create a Pod, specify a container, then you can begin training.
A Pod is an instance on a GPU or multiple GPUs that you can use to run your training job.
You also specify a Docker image like `winglian/axolotl-cloud:main-latest` that you want installed on your Pod.
You also specify a Docker image like `axolotlai/axolotl-cloud:main-latest` that you want installed on your Pod.

1. Login to [RunPod](https://www.runpod.io/console/console/home) and deploy your Pod.
1. Select **Deploy**.
2. Select a GPU instance.
3. Specify the `winglian/axolotl-cloud:main-latest` image as your Template image.
3. Specify the `axolotlai/axolotl-cloud:main-latest` image as your Template image.
4. Select your GPU count.
5. Select **Deploy**.

Expand Down