automatic-KG-creation-with-LLM
automatic-KG-creation-with-LLM copied to clipboard
Bump ray from 2.9.2 to 2.43.0
Bumps ray from 2.9.2 to 2.43.0.
Release notes
Sourced from ray's releases.
Ray-2.43.0
Highlights
- This release features new modules in Ray Serve and Ray Data for integration with large language models, marking the first step of addressing #50639. Existing Ray Data and Ray Serve have limited support for LLM deployments, where users have to manually configure and manage the underlying LLM engine. In this release, we offer APIs for both batch inference and serving of LLMs within Ray in
ray.data.llmandray.serve.llm. See the below notes for more details. These APIs are marked as alpha -- meaning they may change in future releases without a deprecation period.- Ray Train V2 is available to try starting in Ray 2.43! Run your next Ray Train job with the
RAY_TRAIN_V2_ENABLED=1environment variable. See the migration guide for more information.- A new integration with
uv runthat allows easily specifying Python dependencies for both driver and workers in a consistent way and enables quick iterations for development of Ray applications (#50160, 50462), check out our blog postRay Libraries
Ray Data
🎉 New Features:
- Ray Data LLM: We are introducing a new module in Ray Data for batch inference with LLMs (currently marked as alpha). It offers a new
Processorabstraction that interoperates with existing Ray Data pipelines. This abstraction can be configured two ways:
- Using the
vLLMEngineProcessorConfig, which configures vLLM to load model replicas for high throughput model inference- Using the
HttpRequestProcessorConfig, which sends HTTP requests to an OpenAI-compatible endpoint for inference.- Documentation for these features can be found here.
- Implement accurate memory accounting for
UnionOperator(#50436)- Implement accurate memory accounting for all-to-all operations (#50290)
💫 Enhancements:
- Support class constructor args for filter() (#50245)
- Persist ParquetDatasource metadata. (#50332)
- Rebasing
ShufflingBatcherontotry_combine_chunked_columns(#50296)- Improve warning message if required dependency isn't installed (#50464)
- Move data-related test logic out of core tests directory (#50482)
- Pass executor as an argument to ExecutionCallback (#50165)
- Add operator id info to task+actor (#50323)
- Abstracting common methods, removing duplication in
ArrowBlockAccessor,PandasBlockAccessor(#50498)- Warn if map UDF is too large (#50611)
- Replace
AggregateFnwithAggregateFnV2, cleaning up Aggregation infrastructure (#50585)- Simplify Operator.repr (#50620)
- Adding in
TaskDurationStatsandon_execution_stepcallback (#50766)- Print Resource Manager stats in release tests (#50801)
🔨 Fixes:
- Fix invalid escape sequences in
grouped_data.pydocstrings (#50392)- Deflake
test_map_batches_async_generator(#50459)- Avoid memory leak with
pyarrow.infer_typeon datetime arrays (#50403)- Fix parquet partition cols to support tensors types (#50591)
- Fixing aggregation protocol to be appropriately associative (#50757)
📖 Documentation:
- Remove "Stable Diffusion Batch Prediction with Ray Data" example (#50460)
Ray Train
🎉 New Features:
- Ray Train V2 is available to try starting in Ray 2.43! Run your next Ray Train job with the
RAY_TRAIN_V2_ENABLED=1environment variable. See the migration guide for more information.💫 Enhancements:
... (truncated)
Commits
744eaa9[serve.llm] Cherry-pick - Fix quickstart serve LLM docs (#50910) (#50953)ecdcdc6[llm.serving] Reconfigure router to better perform under high concurrency (#5...84f2764cherrypick #50860 (#50867)ecd0709[llm.serving] Fix using uni executor when world size == 1 (#50849) (#50863)cd9e467[core] Guard concurrent access to generator IDs with a mutex (#50845)df8546ccherrypick #50841 (#50842)6d46ba3cherrypick #50836 (#50840)034ca06cherrypick #50816 and #50829 (#50834)acda02dcherrypick #50805 (#50832)bece652[release] change version to 2.43.0 (#50831)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.