diff --git a/docs/modules/agents/tools/examples/huggingface_tools.ipynb b/docs/modules/agents/tools/examples/huggingface_tools.ipynb index 5fbe8d9175..fc7cce9417 100644 --- a/docs/modules/agents/tools/examples/huggingface_tools.ipynb +++ b/docs/modules/agents/tools/examples/huggingface_tools.ipynb @@ -19,7 +19,7 @@ "outputs": [], "source": [ "# Requires transformers>=4.29.0 and huggingface_hub>=0.14.1\n", - "!pip install --uprade transformers huggingface_hub > /dev/null" + "!pip install --upgrade transformers huggingface_hub > /dev/null" ] }, {