-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Agents extras #23301
Agents extras #23301
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this!
To start with, please install the `agents` extras in order to install all default dependencies. | ||
```bash | ||
pip install transformers[agents] | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's put this before anything else (so line 63), no?
Approved as seen offline |
* Agents extras * Add to docs
* Agents extras * Add to docs
* Agents extras * Add to docs
* Agents extras * Add to docs
Adds an extras for
agents
.Fix #23298