diff --git a/examples/notebooks/beam-ml/run_inference_huggingface.ipynb b/examples/notebooks/beam-ml/run_inference_huggingface.ipynb index 71f7e3f0a3fb..2e4556fd310c 100644 --- a/examples/notebooks/beam-ml/run_inference_huggingface.ipynb +++ b/examples/notebooks/beam-ml/run_inference_huggingface.ipynb @@ -109,7 +109,7 @@ "source": [ "!pip install torch --quiet\n", "!pip install tensorflow --quiet\n", - "!pip install transformers==4.30.0 --quiet\n", + "!pip install transformers==4.44.2 --quiet\n", "!pip install apache-beam[gcp]>=2.50 --quiet" ] }, @@ -531,4 +531,4 @@ ] } ] -} \ No newline at end of file +}