You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2023/07/10 01:36:38 UTC

[beam] branch master updated: Fix a typo in the GenAI notebook (#27418)

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

anandinguva 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 e809912fa30 Fix a typo in the GenAI notebook (#27418)
e809912fa30 is described below

commit e809912fa301d5ebe70914b5ecb7ea176e310ed8
Author: Bruno Volpato <bv...@google.com>
AuthorDate: Sun Jul 9 21:36:31 2023 -0400

    Fix a typo in the GenAI notebook (#27418)
---
 examples/notebooks/beam-ml/run_inference_generative_ai.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/notebooks/beam-ml/run_inference_generative_ai.ipynb b/examples/notebooks/beam-ml/run_inference_generative_ai.ipynb
index 92d185f0a4c..d93f12a7b79 100644
--- a/examples/notebooks/beam-ml/run_inference_generative_ai.ipynb
+++ b/examples/notebooks/beam-ml/run_inference_generative_ai.ipynb
@@ -168,7 +168,7 @@
     {
       "cell_type": "markdown",
       "source": [
-        "## Define utitlity functions\n",
+        "## Define utility functions\n",
         "The input and output for the [`google/flan-t5-small`](https://huggingface.co/google/flan-t5-small) model are token tensors. These utility functions are used for the conversion of text to token tensors and then back to text.\n"
       ],
       "metadata": {