mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:06:25 +08:00
bug fix for doc (#13834)
This commit is contained in:
@@ -119,7 +119,7 @@ Ray provides Python, Java, and *EXPERIMENTAL* C++ API. And Ray uses Tasks (funct
|
||||
| - Build ray from source with *bazel* as shown `here <https://docs.ray.io/en/master/development.html#building-ray-full>`__.
|
||||
| - Modify `cpp/example/example.cc`.
|
||||
| - Run `"bazel build //cpp:example"`.
|
||||
| Option 1:, run the example directly with a dynamic library path. It will start a Ray cluster automatically.
|
||||
| Option 1: run the example directly with a dynamic library path. It will start a Ray cluster automatically.
|
||||
| - Run `"ray stop"`.
|
||||
| - Run `"./bazel-bin/cpp/example/example --dynamic-library-path=bazel-bin/cpp/example/example.so"`
|
||||
| Option 2: connect to an existing Ray cluster with a known redis address (e.g. `127.0.0.1:6379`).
|
||||
|
||||
Reference in New Issue
Block a user