[chatgpt] Detached PPO Training#3195
Merged
ver217 merged 48 commits intohpcaitech:mainfrom Apr 17, 2023
Merged
Conversation
ht-zhou
reviewed
Mar 22, 2023
ht-zhou
reviewed
Mar 22, 2023
ht-zhou
reviewed
Mar 22, 2023
added 18 commits
March 22, 2023 14:15
…Actor. Two benefits: 1. support TP trainer. 2. asynchronized buffer operations
…instead of length comparison.
Member
|
Hi @CsRic Thanks for your contribution, but there is a conflict in this PR. Could you please solve them first? Thanks. |
Contributor
|
Can you move all files to |
Contributor
Author
Done |
ver217
reviewed
Apr 13, 2023
ver217
reviewed
Apr 13, 2023
ver217
reviewed
Apr 13, 2023
ver217
reviewed
Apr 13, 2023
ver217
reviewed
Apr 13, 2023
added 2 commits
April 13, 2023 19:30
ver217
approved these changes
Apr 17, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📌 Checklist before creating the PR
[doc/gemini/tensor/...]: A concise description🚨 Issue number
📝 What does this PR do?
'Detached' PPO training means that the experience makers and trainers are splitted into different nodes for asynchronous training. Models are not shared.
Known issues:
1. Cannot detect cuda device on each worker.fixed 202303242. Cannot run with Colossal strategy.
3. correctness of 1m1t.py example.fixed 20230324TODO:
💥 Checklist before requesting a review
⭐️ Do you enjoy contributing to Colossal-AI?
Tell us more if you don't enjoy contributing to Colossal-AI.