Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
-Prunner=DataflowRunner \
-PpythonVersion=3.10 \
-PloadTest.requirementsTxtFile=apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt \
'-PloadTest.args=${{ env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_11 }} --job_name=benchmark-tests-mltransform-generate-vocab-batch-${{env.NOW_UTC}}'
'-PloadTest.args=${{ env.beam_Inference_Python_Benchmarks_Dataflow_test_arguments_11 }} --job_name=benchmark-tests-mltransform-generate-vocab-batch-${{env.NOW_UTC}} --artifact_location=gs://temp-storage-for-perf-tests/mltransform/vocab_artifacts_${{env.NOW_UTC}} --output_vocab=gs://temp-storage-for-perf-tests/mltransform/vocab_outputs/mltransform_generate_vocab_batch_${{env.NOW_UTC}}'
- name: run MLTransform One-Hot Encoding Batch
uses: ./.github/actions/gradle-command-self-hosted-action
timeout-minutes: 180
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
# MLTransform TFT operations need a consistent TensorFlow Transform stack;
# otherwise workers can crash-loop with pandas/numpy ABI mismatches.
google-cloud-monitoring>=2.27.0
tensorflow_transform>=1.14.0,<1.15.0
tensorflow-metadata>=1.14.0,<1.15.0
tfx-bsl>=1.14.0,<1.15.0
numpy<2
pandas<2
tensorflow_transform>=1.21.0,<1.22.0
tensorflow-metadata>=1.21.0,<1.22.0
tfx-bsl>=1.21.0,<1.22.0
dill
Loading