1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Revert "[docs] Build notebooks from Markdown" (#2625)

Revert "[docs] Build notebooks from Markdown (#2570)"

This reverts commit 78507bda24.
This commit is contained in:
Patrick von Platen
2023-03-09 15:45:24 +01:00
committed by GitHub
parent 5d550cfd9e
commit 0650d641a3
2 changed files with 0 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ jobs:
with:
commit_sha: ${{ github.sha }}
package: diffusers
notebook_folder: diffusers_doc
languages: en ko
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}

View File

@@ -1,9 +0,0 @@
# 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}]