Skip to content

Commit

Permalink
[docs] update batch guide link, fix tensor ref (ray-project#35171)
Browse files Browse the repository at this point in the history
Direct users to the new batch inference guide. Found a broken reference while doing so.

Signed-off-by: Max Pumperla <max.pumperla@googlemail.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
maxpumperla authored and arvind-chandra committed Aug 31, 2023
1 parent 46181f2 commit 153242d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/data/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Streaming Batch Inference
-------------------------

Ray Data simplifies general purpose parallel GPU and CPU compute in Ray through its
powerful :ref:`Dataset <dataset_concept>` primitive. Datasets enable workloads such as
:ref:`GPU batch inference <ref-use-cases-batch-infer>` to run efficiently on large datasets,
powerful :ref:`Datastream <datastream_concept>` primitive. Datastreams enable workloads such as
:doc:`GPU batch inference <batch_inference>` to run efficiently on large datasets,
maximizing resource utilization by keeping the working data fitting into Ray object store memory.

.. image:: images/stream-example.png
Expand Down Expand Up @@ -117,7 +117,7 @@ Advanced users can refer directly to the Ray Data :ref:`API reference <data-api>
Learn how to :ref:`load data <loading_data>`, :ref:`save
data <saving_data>`, :ref:`transform data <transforming_data>`,
:ref:`access and exchange data <consuming_data>`, or
:ref:`work with tensor data <data_tensor_support>`.
:ref:`work with tensor data <working_with_tensors>`.

+++
.. button-ref:: data_user_guide
Expand Down

0 comments on commit 153242d

Please sign in to comment.