mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
Clean up top level Ray dir (#5404)
This commit is contained in:
@@ -7,7 +7,7 @@ computes word counts on wikipedia articles.
|
||||
|
||||
You can view the `code for this example`_.
|
||||
|
||||
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/streaming
|
||||
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/doc/examples/streaming
|
||||
|
||||
To run the example, you need to install the dependencies
|
||||
|
||||
@@ -20,7 +20,7 @@ and then execute the script as follows:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
python ray/examples/streaming/streaming.py
|
||||
python ray/doc/examples/streaming/streaming.py
|
||||
|
||||
For each round of articles read, the script will output
|
||||
the top 10 words in these articles together with their word count:
|
||||
|
||||
Reference in New Issue
Block a user