Prevent style_doc from tempering the config file
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
# 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}]
|
||||||
Reference in New Issue
Block a user