You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/08 21:27:03 UTC

[beam] branch master updated (69ddf44e67d -> 2965ef2095d)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 69ddf44e67d Update upper bound for numpy. (#24725)
     add 2965ef2095d Support batching as config in RunInference (sklearn and pytorch) (#25370)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/ml/inference/pytorch_inference.py  | 24 +++++-
 .../ml/inference/pytorch_inference_test.py         | 92 ++++++++++++++++++++++
 .../apache_beam/ml/inference/sklearn_inference.py  | 24 +++++-
 .../ml/inference/sklearn_inference_test.py         | 68 ++++++++++++++++
 4 files changed, 204 insertions(+), 4 deletions(-)