This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch oss-image-classification
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/oss-image-classification by
this push:
new 6d37ed0f818 Add google-cloud-monitoring requirement
6d37ed0f818 is described below
commit 6d37ed0f81864f3c52c1f8e30e39cdbd1cdeae07
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Nov 6 18:36:47 2025 +0400
Add google-cloud-monitoring requirement
---
sdks/python/apache_beam/ml/inference/pytorch_rightfit_requirements.txt | 1 +
.../benchmarks/inference/pytorch_imagenet_rightfit_benchmarks.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/sdks/python/apache_beam/ml/inference/pytorch_rightfit_requirements.txt
b/sdks/python/apache_beam/ml/inference/pytorch_rightfit_requirements.txt
index 0cc1699e11f..2b2916c577e 100644
--- a/sdks/python/apache_beam/ml/inference/pytorch_rightfit_requirements.txt
+++ b/sdks/python/apache_beam/ml/inference/pytorch_rightfit_requirements.txt
@@ -21,5 +21,6 @@ timm>=1.0.7
Pillow>=10.0.0
numpy>=1.25.0
google-cloud-pubsub>=2.15.0
+google-cloud-monitoring>=2.27.0
protobuf>=4.25.1
requests>=2.31.0
diff --git
a/sdks/python/apache_beam/testing/benchmarks/inference/pytorch_imagenet_rightfit_benchmarks.py
b/sdks/python/apache_beam/testing/benchmarks/inference/pytorch_imagenet_rightfit_benchmarks.py
index 8711b51bf20..6d152fcf4a8 100644
---
a/sdks/python/apache_beam/testing/benchmarks/inference/pytorch_imagenet_rightfit_benchmarks.py
+++
b/sdks/python/apache_beam/testing/benchmarks/inference/pytorch_imagenet_rightfit_benchmarks.py
@@ -32,7 +32,7 @@ class
PytorchImagenetRightfitBenchmarkTest(DataflowCostBenchmark):
def test(self):
extra_opts = {}
extra_opts['input'] = self.pipeline.get_option('input_file')
- self.result = pytorch_sentiment.run(
+ self.result = pytorch_imagenet_rightfit.run(
self.pipeline.get_full_options_as_args(**extra_opts),
test_pipeline=self.pipeline)