#  distributed with this work for additional information
#  regarding copyright ownership.  The ASF licenses this file
#  to you under the Apache License, Version 2.0 (the
#  "License"); you may not use this file except in compliance
#  with the License.  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
#  Unless required by applicable law or agreed to in writing, software
#  distributed under the License is distributed on an "AS IS" BASIS,
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.

--region=us-central1
--worker_machine_type=n1-standard-4
--num_workers=50
--disk_size_gb=50
--autoscaling_algorithm=NONE
--staging_location=gs://temp-storage-for-perf-tests/loadtests
--temp_location=gs://temp-storage-for-perf-tests/loadtests
--requirements_file=apache_beam/ml/inference/pytorch_image_captioning_requirements.txt
--publish_to_big_query=true
--metrics_dataset=beam_run_inference
--input_options={}
--influx_measurement=result_torch_inference_image_captioning
--input=gs://apache-beam-ml/testing/inputs/openimage_50k_benchmark.txt
--blip_model_name=Salesforce/blip-image-captioning-base
--blip_batch_size=4
--num_captions=5
--max_new_tokens=30
--num_beams=5
--clip_model_name=openai/clip-vit-base-patch32
--clip_batch_size=8
--clip_score_normalize=false
--runner=DataflowRunner
--experiments=use_runner_v2
