-
Notifications
You must be signed in to change notification settings - Fork 177
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
base: master
Are you sure you want to change the base?
Conversation
|
||
ssh_config: | ||
user: ubuntu | ||
identity_file: ~/.ssh/peterschmidt85 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
identity_file: ~/.ssh/peterschmidt85 | |
identity_file: ~/.ssh/id_rsa |
proxy_jump: | ||
hostname: 192.222.48.90 | ||
user: ubuntu | ||
identity_file: ~/.ssh/peterschmidt85 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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
I have added task example with basic README.md for review purpose only.