mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Prevent style_doc from tempering the config file
This commit is contained in:
parent
f46668282b
commit
63c284c2d4
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# docstyle-ignore
|
||||
INSTALL_CONTENT = """
|
||||
# Transformers installation ! pip install transformers datasets # 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
|
||||
# Transformers installation
|
||||
! pip install transformers datasets
|
||||
# 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}]
|
||||
Loading…
Reference in a new issue