Add ray.experimental.serve Module (#4095)

This commit is contained in:
Simon Mo
2019-03-08 16:22:05 -08:00
committed by Robert Nishihara
parent c7f74dbdc7
commit 3064fad96b
17 changed files with 847 additions and 1 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ def test_variable_number_of_args(shutdown_only):
def no_op():
pass
self.init_ray()
self.ray_start()
ray.get(no_op.remote())