| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Core][Dashboard] Remove gpustats dependencies from Ray[default] (#41399) Signed-off-by: Jonathan Nitisastro <jonathancn@anyscale.com> | 2 年前 | |
[docs] Remove unused AIR examples (#38374) | 2 年前 | |
[dependencies] Install dependencies in one go in CI (#34741) This PR updates the way we install our dependencies in the CI in one go. This resolve a number of incompatible dependencies and matches the process we employ in our docker images. Previously, in CI, we installed a number of dependencies _sequentially_. For instance, we would e.g. first install requirements_test.txt, then requirements_tune.txt, and then requirements_train.txt. In all cases, we would pass our python/requirements.txt as a constraints file. However, because of conflicting downstream dependencies, this can lead to an incompatible state. With this PR, we update the dependency installation to collect the files and packages that should be installed, and installs them in a single command. This ensures that common subdependencies are resolved at the same time, and conflicts are resolved (or errors are thrown). This is also the way we install dependencies in our Docker images. For this, we refactor parts of install-dependencies.sh and pin some dependencies/subdependencies that were incompatible. Please note that this does not ensure we end up with the same python libraries in docker - in Docker, we don't install requirements_test.txt, so there are less constraints on the dependencies. However, this PR can be used to e.g. use pip-compile to compile a list of dependency constraints, and use these in the docker image build to achieve the same dependencies. Signed-off-by: Kai Fricke <kai@anyscale.com> | 3 年前 | |
[Doc] Fix bazel installation for github codespace (#49472) Signed-off-by: dentiny <dentinyhao@gmail.com> | 1 年前 | |
[deps] Remove frozenlist dependency (#51926) <!-- 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? Apparently this is not used any more -- one more step towards python-dependency-less Ray Core ## 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] Clean up ci/ directory (refactor ci/travis) (#23866) Clean up the ci/ directory. This means getting rid of the travis/ path completely and moving the files into sensible subdirectories. Details: - Moves everything under ci/travis into subdirectories, e.g. ci/build, ci/lint, etc. - Minor adjustments to some scripts (variable renames) - Removes the outdated (unused) asan tests | 4 年前 | |
[deps] Allow to call individual functions within install-dependencies (#54502) - This modifies the logic for the script to take in an argument and run that specific function instead of defaulting to calling install_dependencies all the time. - If there's no arg, install_dependencies get called by default --------- Signed-off-by: kevin <kevin@anyscale.com> Co-authored-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> | 1 年前 | |
[ci] fix hadoop download (#42175) Fix download link for hadoop Signed-off-by: can <can@anyscale.com> | 2 年前 | |
[ci][up] python 3.11 for ray-ml (#44075) Upgrade dependencies so that we can build ray-ml image for python 3.11. Fix all related test issues Signed-off-by: can <can@anyscale.com> | 2 年前 | |
[Datasets] Re-enable RayDP tests since arrow version limits removed (#31124) Now that MLDataset has been made optional dependency, and PyArrow version limit has been removed, RayDP tests in ray can be re-enabled now. Signed-off-by: Zhi Lin <zhi.lin@intel.com> | 3 年前 | |
[ci] Build wheels for Linux ARM64 (#31522) We currently only build linux wheels for x86_64. This means that users e.g. on Mac M1 machines can't run Ray in docker, as this would require linux/aarch64 (arm64) architecture wheels. This PR updates our CI to: - Install bazel for arm64 architecture - Build and upload wheels for arm64 architecture Signed-off-by: Kai Fricke <kai@anyscale.com> | 3 年前 | |
Replace miniconda3 with miniforge for linux (#53528) to be consistent with released ray images, which are already using miniforge. Signed-off-by: Gagandeep Singh <gdp.1807@gmail.com> Co-authored-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> | 1 年前 | |
[ci] use the pinned pytest version when performing install-min test (#53140) so that the pytest version is upgraded and synced with the lock file Signed-off-by: Lonnie Liu <lonnie@anyscale.com> | 1 年前 | |
Revert "Revert "[serve] Integrate and Document Bring-Your-Own Gradio Applications"" (#27662) | 3 年前 | |
[ci] Clean up ci/ directory (refactor ci/travis) (#23866) Clean up the ci/ directory. This means getting rid of the travis/ path completely and moving the files into sensible subdirectories. Details: - Moves everything under ci/travis into subdirectories, e.g. ci/build, ci/lint, etc. - Minor adjustments to some scripts (variable renames) - Removes the outdated (unused) asan tests | 4 年前 | |
[Core] Vendor setproctitle (#53471) Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com> | 1 年前 | |
[train-ci] Fix Train examples with authentication buildkite commands. (#39387) * [train-ci] fix Train examples with authentication buildkite commands. Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 2 年前 |