Skip to content

Commit

Permalink
Update walkthrough.rst (ray-project#51019)
Browse files Browse the repository at this point in the history
Remove a duplicated sentence

<!-- Thank you for your contribution! Please review
https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before
opening a pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

<!-- Please give a short summary of the change and the problem this
solves. -->

## Related issue number

<!-- For example: "Closes ray-project#1234" -->

## 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: maofagui <maofg92@163.com>
Signed-off-by: Philipp Moritz <pcmoritz@gmail.com>
Co-authored-by: Philipp Moritz <pcmoritz@gmail.com>
  • Loading branch information
2 people authored and xsuler committed Mar 4, 2025
1 parent 9c858d9 commit af3ec2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/source/ray-core/walkthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Ray Core provides a small number of core primitives (i.e., tasks, actors, object
Ray has introduced an experimental API for high-performance workloads that is
especially well suited for applications using multiple GPUs.
See :ref:`Ray Compiled Graph <ray-compiled-graph>` for more details.

See :ref:`Ray Compiled Graph <ray-compiled-graph>` for more details.

Getting Started
---------------
Expand Down

0 comments on commit af3ec2c

Please sign in to comment.