[train][docs] update Jax doc to include GPU and multislice TPU support#60593
Merged
matthewdeng merged 11 commits intoray-project:masterfrom Feb 3, 2026
Merged
[train][docs] update Jax doc to include GPU and multislice TPU support#60593matthewdeng merged 11 commits intoray-project:masterfrom
matthewdeng merged 11 commits intoray-project:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
The pull request successfully updates the documentation and JaxTrainer implementation to include GPU and multislice TPU support. The changes are consistent across the documentation files and the Python code, providing clearer explanations and examples for users. The removal of outdated JAX environment variables and the correction of dataset shard access in the examples are positive improvements.
matthewdeng
reviewed
Jan 30, 2026
Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Lehui Liu <lehui@anyscale.com>
matthewdeng
approved these changes
Feb 2, 2026
Signed-off-by: Lehui Liu <lehui@anyscale.com>
rayhhome
pushed a commit
to rayhhome/ray
that referenced
this pull request
Feb 4, 2026
ray-project#60593) ## Description We added GPU (ray-project#58322) and multislice TPU (ray-project#58629) support for JaxTrainer, this PR is to update the corresponding docs. ## Additional information 1. tested with `make develop && make local` --------- Signed-off-by: Lehui Liu <lehui@anyscale.com> Signed-off-by: Sirui Huang <ray.huang@anyscale.com>
elliot-barn
pushed a commit
that referenced
this pull request
Feb 9, 2026
#60593) ## Description We added GPU (#58322) and multislice TPU (#58629) support for JaxTrainer, this PR is to update the corresponding docs. ## Additional information 1. tested with `make develop && make local` --------- Signed-off-by: Lehui Liu <lehui@anyscale.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
ans9868
pushed a commit
to ans9868/ray
that referenced
this pull request
Feb 18, 2026
ray-project#60593) ## Description We added GPU (ray-project#58322) and multislice TPU (ray-project#58629) support for JaxTrainer, this PR is to update the corresponding docs. ## Additional information 1. tested with `make develop && make local` --------- Signed-off-by: Lehui Liu <lehui@anyscale.com> Signed-off-by: Adel Nour <ans9868@nyu.edu>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
ray-project#60593) ## Description We added GPU (ray-project#58322) and multislice TPU (ray-project#58629) support for JaxTrainer, this PR is to update the corresponding docs. ## Additional information 1. tested with `make develop && make local` --------- Signed-off-by: Lehui Liu <lehui@anyscale.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
ray-project#60593) ## Description We added GPU (ray-project#58322) and multislice TPU (ray-project#58629) support for JaxTrainer, this PR is to update the corresponding docs. ## Additional information 1. tested with `make develop && make local` --------- Signed-off-by: Lehui Liu <lehui@anyscale.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
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.
Description
We added GPU (#58322) and multislice TPU (#58629) support for JaxTrainer, this PR is to update the corresponding docs.
Additional information
make develop && make local