[Bug]: Fix up run_inference_pytorch_tensorflow_sklearn.ipynb notebook
Open
bug
core
P2
python
run-inference
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.