ryanthompson591 opened a new issue, #24182: URL: https://github.com/apache/beam/issues/24182
### What happened? [Link to notebook](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_pytorch_tensorflow_sklearn.ipynb) There are 3 issues with the notebook to fix up. 1. Remove the logs with pip install (not necessary and clutters up the notebook). 2. Ignore lfs error in colab, it is already installed. See https://github.com/git-lfs/git-lfs/issues/3605 3. Colab is failing on this line ``` import tensorflow_text as text ``` ### Issue Priority Priority: 2 ### Issue Component Component: sdk-py-core -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
