This is an automated email from the ASF dual-hosted git repository.

xqhu pushed a commit to branch liferoad-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 4a00cd48b1136cf0d41d4c6df18553f32f541665
Author: liferoad <[email protected]>
AuthorDate: Tue Sep 17 14:58:43 2024 -0400

    Update run_inference_huggingface.ipynb
    
    use the latest transformer 4.44.2
---
 examples/notebooks/beam-ml/run_inference_huggingface.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/notebooks/beam-ml/run_inference_huggingface.ipynb 
b/examples/notebooks/beam-ml/run_inference_huggingface.ipynb
index 71f7e3f0a3f..2e4556fd310 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
+}

Reply via email to