Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
63c284c2
Commit
63c284c2
authored
Dec 10, 2021
by
Sylvain Gugger
Browse files
Prevent style_doc from tempering the config file
parent
f4666828
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
docs/source/_config.py
docs/source/_config.py
+5
-3
No files found.
docs/source/_config.py
View file @
63c284c2
# 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
}]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment