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

derrickaw pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.22.34
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 9456caeef26 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks
     add c102eb4c321 ML pipelines: RunInference - OSS Image Object detection,  
OSS Image Captioning, OSS Image Classification (#37186)
     add 5e19557e5b5 Bump cloud.google.com/go/spanner from 1.92.0 to 1.93.0 in 
/sdks (#39357)
     add 2f094f58ef1 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks 
(#39358)
     add 40326a34261 Bump google.golang.org/api from 0.288.0 to 0.289.0 in 
/sdks (#39360)
     add 7931cc4b75d Merge branch 'master' into 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.22.34

No new revisions were added by this update.

Summary of changes:
 .../beam_Inference_Python_Benchmarks_Dataflow.yml  | 153 ++++-
 ...nchmarks_Dataflow_Pytorch_Image_Captioning.txt} |  24 +-
 ...flow_Pytorch_Image_Classification_Rightfit.txt} |  27 +-
 ...ks_Dataflow_Pytorch_Image_Object_Detection.txt} |  21 +-
 .test-infra/tools/refresh_looker_metrics.py        |  19 +
 sdks/go.mod                                        |   8 +-
 sdks/go.sum                                        |  16 +-
 .../examples/inference/pytorch_image_captioning.py | 641 +++++++++++++++++++++
 .../inference/pytorch_image_object_detection.py    | 517 +++++++++++++++++
 .../inference/pytorch_imagenet_rightfit.py         | 537 +++++++++++++++++
 ...t => pytorch_image_captioning_requirements.txt} |  11 +-
 ...ytorch_image_object_detection_requirements.txt} |   6 +-
 ...ments.txt => pytorch_rightfit_requirements.txt} |   8 +-
 ...s.py => pytorch_image_captioning_benchmarks.py} |   8 +-
 ...> pytorch_image_object_detection_benchmarks.py} |   8 +-
 ....py => pytorch_imagenet_rightfit_benchmarks.py} |   8 +-
 website/www/site/content/en/performance/_index.md  |  12 +
 .../_index.md                                      |  23 +-
 .../pytorchimagecaptioningbatchgpu/_index.md       |  41 ++
 .../pytorchimagecaptioningstreamingcpu/_index.md   |  41 ++
 .../pytorchimagecaptioningstreaminggpu/_index.md   |  41 ++
 .../_index.md                                      |  28 +-
 .../_index.md                                      |  28 +-
 .../pytorchimagenetrightfitoncecpu/_index.md       |  44 ++
 .../pytorchimagenetrightfitoncegpu/_index.md       |  44 ++
 .../pytorchimageobjectdetectionbatchcpu/_index.md  |  41 ++
 .../pytorchimageobjectdetectionbatchgpu/_index.md  |  41 ++
 .../_index.md                                      |  41 ++
 .../_index.md                                      |  41 ++
 website/www/site/data/performance.yaml             | 206 ++++++-
 30 files changed, 2569 insertions(+), 115 deletions(-)
 copy 
.github/workflows/{cost-benchmarks-pipeline-options/python_tf_mnist_classification.txt
 => 
load-tests-pipeline-options/beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Image_Captioning.txt}
 (63%)
 copy 
.github/workflows/load-tests-pipeline-options/{beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Imagenet_Classification_Resnet_152_Tesla_T4_GPU.txt
 => 
beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Image_Classification_Rightfit.txt}
 (66%)
 copy 
.github/workflows/load-tests-pipeline-options/{beam_Inference_Python_Benchmarks_Dataflow_MLTransform_One_Hot_Encoding_Batch.txt
 => 
beam_Inference_Python_Benchmarks_Dataflow_Pytorch_Image_Object_Detection.txt} 
(67%)
 create mode 100644 
sdks/python/apache_beam/examples/inference/pytorch_image_captioning.py
 create mode 100644 
sdks/python/apache_beam/examples/inference/pytorch_image_object_detection.py
 create mode 100644 
sdks/python/apache_beam/examples/inference/pytorch_imagenet_rightfit.py
 copy 
sdks/python/apache_beam/ml/inference/{table_row_inference_requirements.txt => 
pytorch_image_captioning_requirements.txt} (86%)
 copy 
sdks/python/apache_beam/ml/inference/{table_row_inference_requirements.txt => 
pytorch_image_object_detection_requirements.txt} (91%)
 copy 
sdks/python/apache_beam/ml/inference/{table_row_inference_requirements.txt => 
pytorch_rightfit_requirements.txt} (87%)
 copy 
sdks/python/apache_beam/testing/benchmarks/inference/{pytorch_sentiment_benchmarks.py
 => pytorch_image_captioning_benchmarks.py} (85%)
 copy 
sdks/python/apache_beam/testing/benchmarks/inference/{pytorch_sentiment_benchmarks.py
 => pytorch_image_object_detection_benchmarks.py} (84%)
 copy 
sdks/python/apache_beam/testing/benchmarks/inference/{pytorch_sentiment_benchmarks.py
 => pytorch_imagenet_rightfit_benchmarks.py} (85%)
 copy website/www/site/content/en/performance/{pytorchbertsentimentstreaming => 
pytorchimagecaptioningbatchcpu}/_index.md (50%)
 create mode 100644 
website/www/site/content/en/performance/pytorchimagecaptioningbatchgpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimagecaptioningstreamingcpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimagecaptioningstreaminggpu/_index.md
 copy website/www/site/content/en/performance/{tablerowinferencestreaming => 
pytorchimagenetrightfitcpu}/_index.md (50%)
 copy website/www/site/content/en/performance/{tablerowinferencestreaming => 
pytorchimagenetrightfitgpu}/_index.md (50%)
 create mode 100644 
website/www/site/content/en/performance/pytorchimagenetrightfitoncecpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimagenetrightfitoncegpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimageobjectdetectionbatchcpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimageobjectdetectionbatchgpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimageobjectdetectionstreamingcpu/_index.md
 create mode 100644 
website/www/site/content/en/performance/pytorchimageobjectdetectionstreaminggpu/_index.md

Reply via email to