Skip to content

Add Distributed Agent Fine Tuning Example #2665

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bihan
Copy link
Collaborator

@Bihan Bihan commented May 20, 2025

I have added task example with basic README.md for review purpose only.

@Bihan Bihan requested a review from peterschmidt85 May 20, 2025 06:30

ssh_config:
user: ubuntu
identity_file: ~/.ssh/peterschmidt85
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
identity_file: ~/.ssh/peterschmidt85
identity_file: ~/.ssh/id_rsa

proxy_jump:
hostname: 192.222.48.90
user: ubuntu
identity_file: ~/.ssh/peterschmidt85
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
identity_file: ~/.ssh/peterschmidt85
identity_file: ~/.ssh/id_rsa

- wget -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- bash miniconda.sh -b -p /workflow/miniconda
- eval "$(/workflow/miniconda/bin/conda shell.bash hook)"
- git clone https://github.com/RAGEN-AI/RAGEN.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RAGEN is using Git submodules, we don't need them here, right?

@@ -0,0 +1,119 @@
# Agent Fine Tuning
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we call it Ray instead of Agent Fine-Tuning or Ray+RAGEN

Then, let's move this example to examples/distributed-training/ray or examples/distributed-training/ray-ragen?

Also, ensure, we update examples.md and add it as a section Disstributed training (and feature it in the website footer too)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer examples/distributed-training/ray-ragen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants