Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
d5ce5529
Unverified
Commit
d5ce5529
authored
Mar 10, 2023
by
Steven Liu
Committed by
GitHub
Mar 11, 2023
Browse files
[docs] Build Jax notebooks for real (#2641)
build jax notebooks for real
parent
1a7e9f13
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-0
docs/source/_config.py
docs/source/_config.py
+9
-0
No files found.
.github/workflows/build_documentation.yml
View file @
d5ce5529
...
...
@@ -13,6 +13,7 @@ jobs:
with
:
commit_sha
:
${{ github.sha }}
package
:
diffusers
notebook_folder
:
diffusers_doc
languages
:
en ko
secrets
:
token
:
${{ secrets.HUGGINGFACE_PUSH }}
docs/source/_config.py
0 → 100644
View file @
d5ce5529
# docstyle-ignore
INSTALL_CONTENT
=
"""
# Diffusers installation
! pip install diffusers transformers datasets accelerate
# 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/diffusers.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