Skip to content
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

Merged
merged 23 commits into from
Aug 25, 2023
Merged

Commits on Aug 24, 2023

  1. [tune] Remove the URI parsing code (#38697)

    Signed-off-by: Eric Liang <[email protected]>
    ericl authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    aae9135 View commit details
    Browse the repository at this point in the history
  2. [Data] Store serialized ParquetFileFragment in _ParquetDatasourceRead…

    …er (#38797)
    
    * Store serialized ParquetFileFragment in _ParquetDatasourceReader
    
    Signed-off-by: Cheng Su <[email protected]>
    c21 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    82d3f35 View commit details
    Browse the repository at this point in the history
  3. [Data] Retry open files with expotential backoff (#38773)

    * Retry open files with expotential backoff
    
    Signed-off-by: Cheng Su <[email protected]>
    c21 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2c1e0c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ace253 View commit details
    Browse the repository at this point in the history
  5. [core] add serve chaos test (#38700)

    * add serve chaos test
    
    Signed-off-by: Ruiyang Wang <[email protected]>
    Co-authored-by: SangBin Cho <[email protected]>
    rynewang and rkooo567 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f081050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32db812 View commit details
    Browse the repository at this point in the history
  7. Broken down tests. (#38823)

    rkooo567 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5d56a6f View commit details
    Browse the repository at this point in the history
  8. [core] Store task cancellation errors in metadata to suppress unhandl…

    …ed warnings (#38800)
    
    Signed-off-by: Stephanie Wang <[email protected]>
    stephanie-wang authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f6c7dd9 View commit details
    Browse the repository at this point in the history
  9. [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]>
    alexeykudinkin authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dd41535 View commit details
    Browse the repository at this point in the history
  10. [train] New persistence mode: Support the `tune.run(restore="ckpt_pat…

    …h")` API (#38804)
    
    Signed-off-by: Justin Yu <[email protected]>
    justinvyu authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d5e324d View commit details
    Browse the repository at this point in the history
  11. 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]>
    aslonnie authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a9e4ce9 View commit details
    Browse the repository at this point in the history
  12. [train] Bump XGBoost/LightGBM versions (#38828)

    * [train] Bump XGBoost/LightGBM versions
    
    Signed-off-by: Kai Fricke <[email protected]>
    krfricke authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2daa4e5 View commit details
    Browse the repository at this point in the history
  13. [ci] Reduce train tests+examples parallelism (#38820)

    * [ci] Reduce train tests+examples parallelism
    
    Signed-off-by: Kai Fricke <[email protected]>
    krfricke authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8ed1cd1 View commit details
    Browse the repository at this point in the history
  14. [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]>
    woshiyyya authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    692428a View commit details
    Browse the repository at this point in the history
  15. [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]>
    zcin and edoakes authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d791c73 View commit details
    Browse the repository at this point in the history
  16. copyright: change to 2023 ray authors (#38735)

    Signed-off-by: Lonnie Liu <[email protected]>
    aslonnie authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cc0b719 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    d7618a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5189f4 View commit details
    Browse the repository at this point in the history
  3. [serve][3/X] Separate app/deployment name: metrics (#38702)

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d44d294 View commit details
    Browse the repository at this point in the history
  4. [train] make Trainable storage optional (#38853)

    * [train] make Trainable storage optional
    
    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    87942ba View commit details
    Browse the repository at this point in the history
  5. [Serve] fix flaky grpc tests in test_cli_2 (#38841)

    Signed-off-by: Gene Su <[email protected]>
    GeneDer authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    35738b8 View commit details
    Browse the repository at this point in the history
  6. [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]>
    c21 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cea281c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44e5edc View commit details
    Browse the repository at this point in the history