-
Notifications
You must be signed in to change notification settings - Fork 56
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
PPOtask for mlora_train #279
Conversation
check your code, when pass the ci test, i will review it. |
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.
plz fix lint error, change comments in simplified Chinese to English.
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.
Unnecessary changes in some irrelevant files, please revert them to original version. Other comments see in detail.
tests/pipeline_example.py
Outdated
if message is None: | ||
return | ||
logging.info( | ||
f"Recv the activations - {str(message.msg_id_)[:8]} from {message.src_}") | ||
f"Recv the activations - {str(message.msg_id_)[:8]} from {message.src_}" | ||
) |
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.
unnecessary indent. plz revert to original version.
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.
LGTM
No description provided.