mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
[Streaming] Streaming data transfer java (#6474)
This commit is contained in:
@@ -29,12 +29,14 @@ ray_files = [
|
||||
"ray/core/src/ray/raylet/raylet_monitor",
|
||||
"ray/core/src/ray/raylet/raylet",
|
||||
"ray/dashboard/dashboard.py",
|
||||
"ray/streaming/_streaming.so",
|
||||
]
|
||||
|
||||
# These are the directories where automatically generated Python protobuf
|
||||
# bindings are created.
|
||||
generated_python_directories = [
|
||||
"ray/core/generated",
|
||||
"ray/streaming/generated",
|
||||
]
|
||||
|
||||
optional_ray_files = []
|
||||
|
||||
Reference in New Issue
Block a user