Commit 63c284c2 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Prevent style_doc from tempering the config file

parent f4666828
# docstyle-ignore
INSTALL_CONTENT = """ INSTALL_CONTENT = """
# Transformers installation ! pip install transformers datasets # To install from source instead of the last release, # Transformers installation
comment the command above and uncomment the following one. # ! pip install ! pip install transformers datasets
git+https://github.com/huggingface/transformers.git # 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
""" """
notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}] notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}]
\ No newline at end of file
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