This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new fbd147f8354 Use latest released beam in notebook (#28801)
fbd147f8354 is described below
commit fbd147f83548f7586eccb0a364d7804318fbac86
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Oct 12 09:27:14 2023 -0400
Use latest released beam in notebook (#28801)
---
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",