Skip to content

Commit

Permalink
[wip][train] update Ray Train documentation (quickstart, user guides) (
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdeng committed Aug 11, 2023
1 parent 903899d commit 1409c96
Show file tree
Hide file tree
Showing 30 changed files with 917 additions and 559 deletions.
31 changes: 11 additions & 20 deletions doc/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,22 @@ parts:
title: Ray Train
sections:
- file: train/key-concepts
title: "Key Concepts"
- file: train/distributed-pytorch
sections:
- file: train/distributed-pytorch/converting-existing-training-loop
- file: train/distributed-pytorch/data-loading-preprocessing
- file: train/distributed-pytorch/using-gpus
- file: train/distributed-pytorch/persistent-storage
title: Configuring Persistent Storage
- file: train/distributed-pytorch/monitoring-logging
- file: train/distributed-pytorch/checkpoints
- file: train/distributed-pytorch/experiment-tracking
- file: train/distributed-pytorch/fault-tolerance
- file: train/distributed-pytorch/migration-guides
title: Migration Guides
- file: train/distributed-pytorch/advanced
sections:
- file: train/distributed-pytorch/reproducibility
- file: train/distributed-pytorch/automatic-mixed-precision
- file: train/distributed-pytorch/hyperparameter-optimization
title: Hyperparameter optimization
title: Key Concepts
- file: train/getting-started-pytorch
title: PyTorch
- file: train/getting-started-pytorch-lightning
title: PyTorch Lightning
- file: train/more-frameworks
sections:
- file: train/huggingface-transformers-accelerate
title: HuggingFace Transformers & Accelerate
- file: train/distributed-tensorflow-keras
title: TensorFlow & Keras
- file: train/distributed-xgboost-lightgbm
title: XGBoost & LightGBM
- file: train/horovod
- file: train/user-guides
title: User Guides
- file: train/internals/index
sections:
- file: train/internals/architecture
Expand Down
5 changes: 0 additions & 5 deletions doc/source/ray-air/api/session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Ray AIR Session

.. currentmodule:: ray.air

.. seealso::
See this :ref:`Ray Train user guide <train-monitoring>` and
this :ref:`Ray Tune user guide <tune-function-api>` for usage examples
of ``ray.air.session`` in the respective libraries.


Report Metrics and Save Checkpoints
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/train/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ PyTorch Lightning

We will deprecate `LightningTrainer`, `LightningConfigBuilder`,
`LightningCheckpoint`, and `LightningPredictor` in Ray 2.8. Please
refer to the :ref:`migration guides <migration-guide>` for more info.
refer to the :ref:`migration guide <lightning-trainer-migration-guide>` for more info.

Tensorflow/Keras
~~~~~~~~~~~~~~~~
Expand Down
24 changes: 0 additions & 24 deletions doc/source/train/distributed-pytorch.rst

This file was deleted.

2 changes: 0 additions & 2 deletions doc/source/train/distributed-pytorch/advanced.rst

This file was deleted.

Loading

0 comments on commit 1409c96

Please sign in to comment.