This is an automated email from the ASF dual-hosted git repository.
riteshghorse pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 9c80b490f61 [#24789] Make Prism the default Go SDK runner. (#27703)
add 1b76101c0b2 [Python] Hugging Face pipeline support (#27399)
No new revisions were added by this update.
Summary of changes:
.../inference/huggingface_question_answering.py | 164 +++++++++++++++++
.../ml/inference/huggingface_inference.py | 200 ++++++++++++++++++++-
.../ml/inference/huggingface_inference_it_test.py | 35 +++-
.../inference/huggingface_tests_requirements.txt | 2 +-
4 files changed, 393 insertions(+), 8 deletions(-)
create mode 100644
sdks/python/apache_beam/examples/inference/huggingface_question_answering.py