| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[train] Document ray.train.collective (#54340) Signed-off-by: Timothy Seah <tseah@anyscale.com> Co-authored-by: Timothy Seah <tseah@anyscale.com> | 1 年前 | |
| 1 年前 | ||
[train v2][doc] Add updated Train + Tune user guide (#51048) Train v2 has a new way of doing Train + Tune interop. This PR adds the new user guide while keeping the old user guide as an orphan page. --------- Signed-off-by: Justin Yu <justinvyu@anyscale.com> | 1 年前 | |
[train] add XGBoostTrainer user guide (#52355) This PR adds a comprehensive guide for distributed XGBoost training with Ray Train. The guide follows the same structure as our other framework-specific guides. The PR also adds a deprecation notice to the older XGBoost/LightGBM notebook and includes the guide in the main Train documentation navigation. In a follow-up PR, we will create a similar guide for LightGBM. --------- Signed-off-by: Matthew Deng <matt@anyscale.com> Signed-off-by: matthewdeng <matthew.j.deng@gmail.com> Co-authored-by: Justin Yu <justinvyu@anyscale.com> | 1 年前 | |
[漏洞修复] 调整 Torch, Transformers 及前端依赖库版本修复漏洞 Co-authored-by: liuxianghai1<liuxianghai1@huawei.com> | 1 年前 | |
[train v2][doc] Update persistent storage guide (#51202) There are some Tune implementation details regarding storage that no longer apply to Ray Train V2. This PR removes those from the persistent storage guide. --------- Signed-off-by: Justin Yu <justinvyu@anyscale.com> | 1 年前 | |
[train][doc] Add torch dataloader multiprocessing forkserver note (#52924) Adding a quick note to the [data loading and preprocessing](https://docs.ray.io/en/latest/train/user-guides/data-loading-preprocessing.html) section about how to correctly configure pytorch dataloader with dataloading workers to avoid issues with forking Ray processes. The recommendation is to use forkserver/spawn start methods instead of the default fork method. Note: The default multiprocessing method will be changed to forkserver in py314. --------- Co-authored-by: Timothy Seah <tseah@Mac.attlocal.net> Co-authored-by: Timothy Seah <tseah@tseah-LV3607J62K.local> | 1 年前 | |
[train] Simplify ray.train.xgboost/lightgbm (6/n): Add core xgb/lgbm trainer release tests (#43693) Adds a LightGBMTrainer release test that is the counterpart to the existing air_benchmark_xgboost_cpu_10 release test. Previously, LightGBMTrainer had no coverage in any release tests. This PR also moves these release tests out of the air_tests directory into train_tests. --------- Signed-off-by: Justin Yu <justinvyu@anyscale.com> | 2 年前 | |
Improvements to Train DeepSpeed example (#50906) ## Why are these changes needed? - add code pip requirements - improve readability of tutorial - make vale happy ## Related issue number NA ## Checks - [x] I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR. - [x] I've run scripts/format.sh to lint the changes in this PR. - [ ] I've included any doc changes needed for https://docs.ray.io/en/master/. - [ ] I've added any new APIs to the API Reference. For example, if I added a method in Tune, I've added it in doc/source/tune/api/ under the corresponding .rst file. - [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/ - Testing Strategy - [ ] Unit tests - [ ] Release tests - [ ] This PR is not tested :( --------- Signed-off-by: Ricardo Decal <rdecal@anyscale.com> | 1 年前 | |
[Doc][Train] Improve torch, lightning quickstarts and migration guides + fix torch restoration example (#41330) This PR improves some of our Ray Train user guides (torch, lightning, transformers) by fixing some of our code snippets in the quickstarts and checkpointing guide. --------- Signed-off-by: Justin Yu <justinvyu@anyscale.com> | 2 年前 | |
[train] update beginner pytorch example (#54124) | 1 年前 | |
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
[train] add XGBoostTrainer user guide (#52355) This PR adds a comprehensive guide for distributed XGBoost training with Ray Train. The guide follows the same structure as our other framework-specific guides. The PR also adds a deprecation notice to the older XGBoost/LightGBM notebook and includes the guide in the main Train documentation navigation. In a follow-up PR, we will create a similar guide for LightGBM. --------- Signed-off-by: Matthew Deng <matt@anyscale.com> Signed-off-by: matthewdeng <matthew.j.deng@gmail.com> Co-authored-by: Justin Yu <justinvyu@anyscale.com> | 1 年前 | |
[Doc] Run pre-commit on train docs (#47107) Currently we have no linting on any part of the docs code. This PR runs pre-commit on the train docs. This PR fixes the following issues: ` trim trailing whitespace.................................................Failed - hook id: trailing-whitespace - exit code: 1 - files were modified by this hook Fixing doc/source/train/user-guides/fault-tolerance.rst Fixing doc/source/train/api/doc/ray.train.RunConfig.rst Fixing doc/source/train/user-guides/results.rst Fixing doc/source/train/getting-started-transformers.rst Fixing doc/source/train/api/doc/ray.train.SyncConfig.rst Fixing doc/source/train/user-guides/using-gpus.rst Fixing doc/source/train/api/doc/ray.train.CheckpointConfig.rst Fixing doc/source/train/user-guides/data-loading-preprocessing.rst Fixing doc/source/train/api/doc/ray.train.DataConfig.rst Fixing doc/source/train/common/torch-configure-train_func.rst Fixing doc/source/train/api/doc/ray.train.ScalingConfig.rst Fixing doc/source/train/api/doc/ray.train.FailureConfig.rst Fixing doc/source/train/user-guides/checkpoints.rst Fixing doc/source/train/api/doc/ray.train.Checkpoint.rst fix end of files.........................................................Failed - hook id: end-of-file-fixer - exit code: 1 - files were modified by this hook Fixing doc/source/train/images/train-tuner.svg Fixing doc/source/train/user-guides/configuration-overview.rst Fixing doc/source/train/api/doc/ray.train.backend.Backend.rst Fixing doc/source/train/api/doc/ray.train.RunConfig.rst Fixing doc/source/train/api/doc/ray.train.SyncConfig.rst Fixing doc/source/train/examples.rst Fixing doc/source/train/api/doc/ray.train.CheckpointConfig.rst Fixing doc/source/train/api/doc/ray.train.Result.rst Fixing doc/source/train/horovod.rst Fixing doc/source/train/images/train.svg Fixing doc/source/train/api/doc/ray.train.DataConfig.rst Fixing doc/source/train/images/train-specific.svg Fixing doc/source/train/api/doc/ray.train.ScalingConfig.rst Fixing doc/source/train/api/doc/ray.train.FailureConfig.rst Fixing doc/source/train/api/doc/ray.train.Checkpoint.rst check for added large files..............................................Passed check python ast.........................................................Passed check json...............................................................Passed check toml...........................................(no files to check)Skipped black....................................................................Passed flake8...................................................................Passed prettier.............................................(no files to check)Skipped mypy.................................................(no files to check)Skipped isort (python)...........................................................Passed rst directives end with two colons.......................................Passed rst inline code next to normal text..................................Passed use logger.warning(......................................................Passed check for not-real mock methods..........................................Passed ShellCheck v0.9.0....................................(no files to check)Skipped clang-format.........................................(no files to check)Skipped Google Java Formatter................................(no files to check)Skipped Check for Ray docstyle violations........................................Passed Check for Ray import order violations....................................Passed ` Signed-off-by: pdmurray <peynmurray@gmail.com> | 1 年前 | |
[train][doc] Remove unused configuration-overview page (#52912) Signed-off-by: Timothy Seah <tseah@Mac.attlocal.net> Co-authored-by: Timothy Seah <tseah@Mac.attlocal.net> | 1 年前 | |
Merge Ray Train XGboost tutorials (#50331) ## Why are these changes needed? This PR merges the two existing Ray Train XGBoost tutorials, which were largely duplicated, into one. * created new distributed-xgboost-lightgbm.ipynb which is a superset of the two existing tutorials * ported .rst with transcluded code snippets since it was a tangled nightmare * updated pointers in train/examples.yml to this tutorial * kept orphaned code in doc_code/preprocessors.py since it is part of our CI **NOTE**: I am not sure that I updated the pointers to this tutorial correctly. Please double check my work in examples.yml Out of scope: merging the third Ray Tune XGBoost tutorial. ## Related issue number https://github.com/ray-project/ray/pull/50232#issuecomment-2638339942 ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR. - [ ] I've run scripts/format.sh to lint the changes in this PR. - [ ] I've included any doc changes needed for https://docs.ray.io/en/master/. - [ ] I've added any new APIs to the API Reference. For example, if I added a method in Tune, I've added it in doc/source/tune/api/ under the corresponding .rst file. - [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/ - Testing Strategy - [ ] Unit tests - [ ] Release tests - [ ] This PR is not tested :( --------- Signed-off-by: Ricardo Decal <rdecal@anyscale.com> Signed-off-by: Ricardo Decal <crypdick@users.noreply.github.com> Signed-off-by: Philipp Moritz <pcmoritz@gmail.com> Co-authored-by: Philipp Moritz <pcmoritz@gmail.com> | 1 年前 | |
[Doc] Upgrade docs build system (#41115) This PR upgrades the build system for the docs. Signed-off-by: pdmurray <peynmurray@gmail.com> | 2 年前 | |
[train] add XGBoostTrainer user guide (#52355) This PR adds a comprehensive guide for distributed XGBoost training with Ray Train. The guide follows the same structure as our other framework-specific guides. The PR also adds a deprecation notice to the older XGBoost/LightGBM notebook and includes the guide in the main Train documentation navigation. In a follow-up PR, we will create a similar guide for LightGBM. --------- Signed-off-by: Matthew Deng <matt@anyscale.com> Signed-off-by: matthewdeng <matthew.j.deng@gmail.com> Co-authored-by: Justin Yu <justinvyu@anyscale.com> | 1 年前 | |
[Doc] Upgrade docs build system (#41115) This PR upgrades the build system for the docs. Signed-off-by: pdmurray <peynmurray@gmail.com> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 |