Unverified Commit 04c56022 authored by Maria Khalusova's avatar Maria Khalusova Committed by GitHub
Browse files

Adding `evaluate` to the list of libraries required in generated notebooks (#20850)

Adding `evaluate` to the list of libraries to be installed for every generated notebook in transformers
parent 0ae58204
# docstyle-ignore # docstyle-ignore
INSTALL_CONTENT = """ INSTALL_CONTENT = """
# Transformers installation # Transformers installation
! pip install transformers datasets ! pip install transformers datasets evaluate
# To install from source instead of the last release, comment the command above and uncomment the following one. # To install from source instead of the last release, comment the command above and uncomment the following one.
# ! pip install git+https://github.com/huggingface/transformers.git # ! pip install git+https://github.com/huggingface/transformers.git
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment