Skip to content

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

Merged
pull[bot] merged 7 commits intoMarveliu:masterfrom
ray-project:master
Feb 19, 2025
Merged

[pull] master from ray-project:master#243
pull[bot] merged 7 commits intoMarveliu:masterfrom
ray-project:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Feb 19, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

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

richardliaw and others added 7 commits February 19, 2025 02:49
## Why are these changes needed?

Adds user guide and link-ins for Ray Data documentation.

This is part of the #50639 thread of work.

This is based on #50494 

cc @comaniac @gvspraveen @kouroshHakha  

## Related issue number

<!-- For example: "Closes #1234" -->

## Checks

- [ ] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [ ] I've run `scripts/format.sh` to lint the changes in this PR.
- [ ] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [ ] I've added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [ ] I've made sure the tests are passing. Note that there might be a
few flaky tests, see the recent failures at https://flakey-tests.ray.io/
- Testing Strategy
   - [ ] Unit tests
   - [ ] Release tests
   - [ ] This PR is not tested :(

---------

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Cody Yu <hao.yu.cody@gmail.com>
Previously, the chat template stage assumed that all conversations ended
with a user instruction. However, sometimes we want to prefill the
assistant's response with a string. This PR adds support for assistant
prefill messages.

Currently, we assume that in case the final message is from role
"assistant", then the user wants to continue generation from this
response.

Signed-off-by: sumanthrh <sumanthrh@anyscale.com>
This PR implements the stdout/stderr rotation for worker.

Signed-off-by: dentiny <dentinyhao@gmail.com>
Have some unconfirmed suspicion on json file data loss, attempt to fix:
- Flush all the content after write, to make sure before uploading the
file content is persisted to local filesystem (at best effort)
- Use a unique temporary filename for rename, to prevent several
processes running on the same filesystem and lead to data race

Signed-off-by: dentiny <dentinyhao@gmail.com>
Signed-off-by: dentiny <dentinyhao@gmail.com>
Fixing class name for VLLM engine processor config in docs
(VLLMProcessorConfig -> vLLMEngineProcessorConfig).

## Why are these changes needed?

This should correct the class name and make it more clear to the user.

## Related issue number

N/A

## Checks

- [X] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [ ] I've run `scripts/format.sh` to lint the changes in this PR.
- [ ] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [ ] I've added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [ ] I've made sure the tests are passing. Note that there might be a
few flaky tests, see the recent failures at https://flakey-tests.ray.io/
- Testing Strategy
   - [ ] Unit tests
   - [ ] Release tests
   - [ ] This PR is not tested :(

Signed-off-by: Justin Miller <justinrmiller@users.noreply.github.com>
Signed-off-by: Gene Su <e870252314@gmail.com>
@pull pull bot added the ⤵️ pull label Feb 19, 2025
@pull pull bot merged commit 179af97 into Marveliu:master Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants