-
Notifications
You must be signed in to change notification settings - Fork 47
Support Experience Pipeline #105
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
Conversation
# Conflicts: # trinity/cli/launcher.py
+ add a new route for stopping async pipelines
* check and update configs in the data module server
* explicitly cast type after init of Experience
+ release output buffer after the active iterator is finished
|
Unittests for data module are all passed. |
|
/run-unittest |
Summary
Failed Tests
Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
* set ray_namespace for StorageConfigs to the global ray_namespace if they are not set
|
/run-unittest |
Summary
Failed TestsNo failed tests ✨ Flaky TestsNo flaky tests ✨ SkippedNo skipped tests ✨ Tests
Github Test Reporter by CTRF 💚 |
|
LGTM |
yxdyc
left a comment
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.
Only two minor issues, others LGTM. After this PR, can we reply this pending issue?
docs/sphinx_doc/source/tutorial/example_data_functionalities.md
Outdated
Show resolved
Hide resolved
Not yet. This implementation is only integrated into RftDataset, but it could be transformed into Data-Juicer along with the buffer module in Trinity. |
Description
stop_allroute is added to stop all services when training is finished.Checklist
Please check the following items before code is ready to be reviewed.