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

damccorm pushed a commit to branch users/damccorm/pkNb
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5e42635b06571718e722760351f14c21a2746861
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Oct 3 14:04:55 2023 -0400

    Use latest released beam in notebook
---
 examples/notebooks/beam-ml/per_key_models.ipynb | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/examples/notebooks/beam-ml/per_key_models.ipynb 
b/examples/notebooks/beam-ml/per_key_models.ipynb
index b529449555d..a5dfa0d54e3 100644
--- a/examples/notebooks/beam-ml/per_key_models.ipynb
+++ b/examples/notebooks/beam-ml/per_key_models.ipynb
@@ -107,12 +107,7 @@
         }
       ],
       "source": [
-        "# Note that this notebook currently installs from Beam head since 
this feature hasn't been released yet.\n",
-        "# It will be released with version 2.51.0, at which point you can 
install with the following command:\n",
-        "# !pip install apache_beam[gcp]>=2.51.0 --quiet\n",
-        "!git clone https://github.com/apache/beam\n";,
-        "!pip install -r beam/sdks/python/build-requirements.txt\n",
-        "!pip install -e ./beam/sdks/python[gcp]\n",
+        "!pip install apache_beam[gcp]>=2.51.0 --quiet\n",
         "!pip install torch --quiet\n",
         "!pip install transformers --quiet\n",
         "\n",

Reply via email to