This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 8c48120697e Enable error_prone UnnecessaryLongToIntConversion check
(#37783)
add fe29172781f Updated URLs in notebooks: Folders changed from
`/tour-of-beam/` to (#37876)
add 7b33e1cb50b [Java] Improve GroupIntoBatches display data to show
batching parameters (#37865)
add ae6d624c2b6 Add a configuration to wait for session creation (#37625)
add d51177b9cee Add a check to make sure GitHub action workflows are
listed in readme (#37883)
add fee107ada1f Fix vLLM Gemma benchmark by updating transformers version
add d48108d6f83 Merge pull request #37874 from
aIbrahiim/fix-30644-inference-python-benchmark
No new revisions were added by this update.
Summary of changes:
.github/build.gradle | 6 ++++++
.github/workflows/README.md | 23 ++++++++++++++++++++
.github/workflows/beam_PreCommit_GHA.yml | 2 +-
.github/workflows/beam_PreCommit_RAT.yml | 2 +-
.github/workflows/beam_PreCommit_Whitespace.yml | 2 +-
...Python_Benchmarks_Dataflow_VLLM_Gemma_Batch.txt | 1 +
.../learn_beam_windowing_by_doing.ipynb | 2 +-
.../interactive-overview/getting-started.ipynb | 6 +++---
.../reading-and-writing-data.ipynb | 4 ++--
.../runners/dataflow/GroupIntoBatchesOverride.java | 12 +++++++++++
.../beam/sdk/transforms/GroupIntoBatches.java | 18 +++++++++++++---
.../beam/sdk/io/gcp/spanner/SpannerAccessor.java | 14 ++++++++++++
.../beam/sdk/io/gcp/spanner/SpannerConfig.java | 25 ++++++++++++++++++++++
.../beam/sdk/io/gcp/spanner/SpannerReadIT.java | 5 +++++
.../beam/sdk/io/gcp/spanner/SpannerWriteIT.java | 5 +++++
.../changestreams/it/IntegrationTestEnv.java | 5 +++++
.../inference/pytorch_language_modeling.py | 3 +--
.../examples/inference/vllm_gemma_batch.py | 1 -
.../ml/inference/vllm_tests_requirements.txt | 3 ++-
19 files changed, 123 insertions(+), 16 deletions(-)