| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[ci][7up/3] initial dependency upgrades (#42104) Upgrade ray dependencies to versions that are available on both python 3.9 and python 3.11. ray 3.8 is no longer build-able with these new versions. All tests passed except for two ml tests which the team has agreed to deprecate them w00t w00t. Signed-off-by: can <can@anyscale.com> | 2 年前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
[data] adapt dask on ray to the new dask task class (#54108) "Dask on Ray" (DoR) is broken in dask==2024.11.0 or later as reported in https://github.com/ray-project/ray/issues/48689 because Dask removed a private function in https://github.com/dask/dask/pull/11378 that DoR has been relying on. Not only https://github.com/dask/dask/pull/11378, Dask has migrated their task data structure to a new format (the high-level motivation is described in https://github.com/dask/dask/issues/9969). Since this migration spans across a series of changes between 2024.11.0 and 2025.1.0, it's not realistic to copy what's been removed and paste them in Ray. This change adapts Dask on Ray to the change to keep its functionality. The change is compatible only with dask>=2024.11.0,<2025.1.0 because Dask made another major change in 2025.1.0, breaking the shuffle optimization introduced in https://github.com/ray-project/ray/pull/13951 Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Co-authored-by: Hiromu Hota <hiromu.hota@gmail.com> | 1 年前 | |
[llm] add related requirement files (#50327) For LLM related image building and testing. One can run ci/compile_llm_requirements.sh in a python 3.11 environment to update the files. will add CI tests for checking / updating these files as follow ups. Signed-off-by: Lonnie Liu <lonnie@anyscale.com> | 1 年前 | |
[core] upgrade opentelemetry-sdk (#53745) This PR updates the opentelemetry-sdk version requirement to a minimum of 1.30, which is necessary to support histogram metrics as part of our migration from OpenCensus to OpenTelemetry. As part of this upgrade, I am also removing opentelemetry-exporter-otlp from the ray[all] dependency set. This package has been notoriously difficult to resolve alongside other dependencies, and this issue becomes even bigger with the updated SDK version. Since it is only used for the Ray tracing feature, I propose making it an optional, user-controlled dependency instead of a default one. Additionally, the test environment has been updated to ensure test_tracing.py continues to pass, verifying that tracing functionality remains intact. Test: - CI Signed-off-by: can <can@anyscale.com> | 1 年前 | |
[CI][Linter] Replace flake8 and isort with ruff (#49435) and use ruff inside pre-commit. | 1 年前 | |
[deps] upgrade certifi (#50701) refresh certificates inside the image. Signed-off-by: Lonnie Liu <lonnie@anyscale.com> | 1 年前 | |
[deps] core: drop opencensus-proto test dep (#54497) avoid unnecessary test dependency; instead, check the protobuf footprint of ray.init() by directly querying the default descriptor pool getting ready to upgrade into protobuf4 Signed-off-by: Lonnie Liu <lonnie@anyscale.com> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 10 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 |