Clean up top level Ray dir (#5404)

This commit is contained in:
Eric Liang
2019-08-08 23:35:55 -07:00
committed by GitHub
parent d9b45cceec
commit 1a8fa5d2fa
60 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -11,17 +11,17 @@ dependencies.
You can view the `code for this example`_.
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/parameter_server
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/doc/examples/parameter_server
The examples can be run as follows.
.. code-block:: bash
# Run the asynchronous parameter server.
python ray/examples/parameter_server/async_parameter_server.py --num-workers=4
python ray/doc/examples/parameter_server/async_parameter_server.py --num-workers=4
# Run the synchronous parameter server.
python ray/examples/parameter_server/sync_parameter_server.py --num-workers=4
python ray/doc/examples/parameter_server/sync_parameter_server.py --num-workers=4
Note that this examples uses distributed actor handles, which are still
considered experimental.