-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from ray-project:master #2324
Commits on Aug 24, 2023
-
[tune] Remove the URI parsing code (#38697)
Signed-off-by: Eric Liang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aae9135 - Browse repository at this point
Copy the full SHA aae9135View commit details -
[Data] Store serialized ParquetFileFragment in _ParquetDatasourceRead…
…er (#38797) * Store serialized ParquetFileFragment in _ParquetDatasourceReader Signed-off-by: Cheng Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82d3f35 - Browse repository at this point
Copy the full SHA 82d3f35View commit details -
[Data] Retry open files with expotential backoff (#38773)
* Retry open files with expotential backoff Signed-off-by: Cheng Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c1e0c1 - Browse repository at this point
Copy the full SHA 2c1e0c1View commit details -
[Data] Implement streamed read from Hugging Face Datasets (#38432)
Signed-off-by: Scott Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ace253 - Browse repository at this point
Copy the full SHA 8ace253View commit details -
[core] add serve chaos test (#38700)
* add serve chaos test Signed-off-by: Ruiyang Wang <[email protected]> Co-authored-by: SangBin Cho <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f081050 - Browse repository at this point
Copy the full SHA f081050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32db812 - Browse repository at this point
Copy the full SHA 32db812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d56a6f - Browse repository at this point
Copy the full SHA 5d56a6fView commit details -
[core] Store task cancellation errors in metadata to suppress unhandl…
…ed warnings (#38800) Signed-off-by: Stephanie Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6c7dd9 - Browse repository at this point
Copy the full SHA f6c7dd9View commit details -
[Serve] Relaxed input Serve config's schemas to allow extra params (#…
…38748) * Relaxed input Serve config's schemas to allow extra params Signed-off-by: Alexey Kudinkin <[email protected]> * Adjusted for `DeploymentSchema`, `RayActorOptionsSchema` Signed-off-by: Alexey Kudinkin <[email protected]> * Enabled forward-compatibility for internal configs (`DeploymentConfig`, `HTTPOptions`) Signed-off-by: Alexey Kudinkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd41535 - Browse repository at this point
Copy the full SHA dd41535View commit details -
[train] New persistence mode: Support the `tune.run(restore="ckpt_pat…
…h")` API (#38804) Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5e324d - Browse repository at this point
Copy the full SHA d5e324dView commit details -
Fix test coverage lint error (#38832)
the new test file `test_streaming_generator_3.py` was added without adding it in the bazel test declaration list. Signed-off-by: Lonnie Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9e4ce9 - Browse repository at this point
Copy the full SHA a9e4ce9View commit details -
[train] Bump XGBoost/LightGBM versions (#38828)
* [train] Bump XGBoost/LightGBM versions Signed-off-by: Kai Fricke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2daa4e5 - Browse repository at this point
Copy the full SHA 2daa4e5View commit details -
[ci] Reduce train tests+examples parallelism (#38820)
* [ci] Reduce train tests+examples parallelism Signed-off-by: Kai Fricke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ed1cd1 - Browse repository at this point
Copy the full SHA 8ed1cd1View commit details -
[Ray 2.7 Examples][4/n]Revamp the Lightning
vicuna-13b
DeepSpeed fi……ne-tuning Example (#38686) Signed-off-by: woshiyyya <[email protected]> Signed-off-by: Yunxuan Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 692428a - Browse repository at this point
Copy the full SHA 692428aView commit details -
[serve] Add api ref and telemetry for new multi-app api (#38502)
Signed-off-by: Cindy Zhang <[email protected]> Co-authored-by: Edward Oakes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d791c73 - Browse repository at this point
Copy the full SHA d791c73View commit details -
copyright: change to 2023 ray authors (#38735)
Signed-off-by: Lonnie Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc0b719 - Browse repository at this point
Copy the full SHA cc0b719View commit details
Commits on Aug 25, 2023
-
Add whisper as a dependency for ray-ml-39 image (#38856)
Signed-off-by: can <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7618a0 - Browse repository at this point
Copy the full SHA d7618a0View commit details -
[serve] Different smoothing factors for upscale and downscale (#38034)
Signed-off-by: Cindy Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5189f4 - Browse repository at this point
Copy the full SHA f5189f4View commit details -
[serve][3/X] Separate app/deployment name: metrics (#38702)
Signed-off-by: Cindy Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d44d294 - Browse repository at this point
Copy the full SHA d44d294View commit details -
[train] make Trainable storage optional (#38853)
* [train] make Trainable storage optional Signed-off-by: Matthew Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87942ba - Browse repository at this point
Copy the full SHA 87942baView commit details -
[Serve] fix flaky grpc tests in test_cli_2 (#38841)
Signed-off-by: Gene Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35738b8 - Browse repository at this point
Copy the full SHA 35738b8View commit details -
[Data] Restructure the user-provided optimizer rules file (#38829)
* Disable EliminateBuildOutputBlocks rule temporarily Signed-off-by: Cheng Su <[email protected]> * Change to use default and user-provided rules Signed-off-by: Cheng Su <[email protected]> * Rename to _user_provided_optimizer_rules.py Signed-off-by: Cheng Su <[email protected]> * Disable EliminateBuildOutputBlocks temporarily Signed-off-by: Cheng Su <[email protected]> --------- Signed-off-by: Cheng Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cea281c - Browse repository at this point
Copy the full SHA cea281cView commit details -
[train] enable new persistence mode for minimal train tests (#38868)
Signed-off-by: Matthew Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44e5edc - Browse repository at this point
Copy the full SHA 44e5edcView commit details