Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated introduction and installation instructions #196

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions notebooks/en/agents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"Let's see how to use it, and which use cases it can solve.\n",
"\n",
"We install transformers agents from source since it has not been released as of writing, but later this week when it gets release you can simply install it with `pip install transformers[agents]`."
"Run the line below to install required dependencies:"
]
},
{
Expand All @@ -26,16 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install \"git+https://github.com/huggingface/transformers.git#egg=transformers[agents]\""
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install datasets langchain sentence-transformers faiss-cpu serpapi google-search-results openai langchain-community -q"
"!pip install \"transformers[agents]\" datasets langchain sentence-transformers faiss-cpu serpapi google-search-results openai langchain-community -q"
]
},
{
Expand Down
Loading