Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from ray-project:master #22

Merged
merged 6 commits into from
May 21, 2023
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented May 21, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

krfricke and others added 6 commits May 19, 2023 13:48
This PR adds information about the installed packages in our Docker images to the Ray docs.

Signed-off-by: Kai Fricke <kai@anyscale.com>
test_multiprocessing_client_mode is very flaky on Windows. This PR skips it on Windows.

Related issue number
Closes #35526

Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
I'm guessing something similar to #21589 is happening, which might suggest that `ray.is_initialized` might not be sufficient enough of a check anymore. 

We can avoid this problem altogether by only starting one instance of Ray + one ray client server so that we don't have to worry about stopping + starting ray between tests breaking things. Also makes the test a bit faster.

Tested by running against a repro-ci environment, flakiness goes away with these changes.
…uted algorithm and examples in one centralized place (#35516)

Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
…r interface. (#35324)

This is the second PR to support streaming generator.

The detailed design and API proposal can be found from https://docs.google.com/document/d/1hAASLe2sCoay23raqxqwJdSDiJWNMcNhlTwWJXsJOU4/edit#heading=h.w91y1fgnpu0m.
The Execution plan can be found from https://docs.google.com/document/d/1hAASLe2sCoay23raqxqwJdSDiJWNMcNhlTwWJXsJOU4/edit#heading=h.kxktymq5ihf7.
There will be 4 PRs to enable streaming generator for Ray Serve (phase 1).

 This PR -> introduce cpp interfaces to handle intermediate task return [1/N] Streaming Generator. Cpp interfaces and implementation #35291
 Support core worker APIs + cython generator interface. [2/N] Streaming Generator. Support core worker APIs + cython generator interface. #35324 < --- this PR
 E2e integration [3/N] Streaming Generator. E2e integration #35325 (review)
 Support async actors
This PR implements the Cython generator interface that users can use to obtain a next available object reference.
---------

Signed-off-by: SangBin Cho <rkooo567@gmail.com>
@pull pull bot added the ⤵️ pull label May 21, 2023
@pull pull bot merged commit 63ebee2 into raulchen:master May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants