From 2faca526872a21c9e77e874994cd161321822633 Mon Sep 17 00:00:00 2001 From: Andy Ye Date: Wed, 15 Jun 2022 15:10:58 -0400 Subject: [PATCH] Add README documentation for scikit-learn MNIST example (#21887) --- .../apache_beam/examples/inference/README.md | 101 +++++++++++------- 1 file changed, 61 insertions(+), 40 deletions(-) diff --git a/sdks/python/apache_beam/examples/inference/README.md b/sdks/python/apache_beam/examples/inference/README.md index 5a7e5400e735c..d9bd6b3981faa 100644 --- a/sdks/python/apache_beam/examples/inference/README.md +++ b/sdks/python/apache_beam/examples/inference/README.md @@ -47,8 +47,7 @@ If you are using pretrained models from Hugging Face's `transformers` [package]( pip install transformers ``` -For installation of the `torch` dependency on a distributed runner, like Dataflow, refer to these -[instructions](https://beam.apache.org/documentation/sdks/python-pipeline-dependencies/#pypi-dependencies). +For installation of the `torch` dependency on a distributed runner, like Dataflow, refer to these [instructions](https://beam.apache.org/documentation/sdks/python-pipeline-dependencies/#pypi-dependencies).