| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Data] 通过环境变量控制ray data的map操作concurrency参数最小值为0 Co-authored-by: MoriHaru<xushengchun@huawei.com> | 6 个月前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
| 4 年前 | ||
[wheel] use latest manylinux build image (#46415) which contains fixes for centos mirror Signed-off-by: Lonnie Liu <lonnie@anyscale.com> | 2 年前 | |
[docs] Move all /latest links to /master (#11897) * use master link * remae * revert non-ray * more * mre | 5 年前 | |
[ci] fix mac ci by pinning cython version (#54061) this pins cython version to 3.0.12 for all macos execution paths that requires building the wheel. without the pinning, pip might pick 3.1.2, which does not work properly the mac CI fleet. the root cause is that we are still using setup.py with setup_requires, which is deprecated. also pins dependencies to requirements_compiled.txt file when possible. Signed-off-by: Lonnie Liu <lonnie@anyscale.com> | 1 年前 | |
Build Python 3.13 wheels (#50531) <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? After https://github.com/ray-project/ray/pull/47984 we can now build the wheels. Note that these are not tested yet, since unfortunately conda doesn't currently support Python 3.13 as the base environment (https://github.com/conda/conda/issues/14353) and changing everything to run in a custom conda environment seems to require a decent amount of changes. ## 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 :( | 1 年前 | |
[ci] remove ci/keep_alive (#54079) no longer need to keep printing things to keep alive when running on buildkite --------- Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> | 1 年前 | |
更新 msgpack 版本,修复 CVE-2022-41719 漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
添加 TaskEvent 周期清理功能 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 6 个月前 | |
[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 年前 | |
[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 年前 | |
[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 年前 | |
[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 年前 | |
[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 年前 | |
[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 年前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
调整 xgrammar 版本,修复漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 | |
更新 msgpack 版本,修复 CVE-2022-41719 漏洞 Co-authored-by: liuxh25<liuxianghai1@huawei.com> | 10 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 个月前 | ||
| 10 个月前 | ||
| 4 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 6 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 |