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
renzhc
diffusers_dcu
Commits
98f34683
Unverified
Commit
98f34683
authored
Sep 08, 2022
by
Patrick von Platen
Committed by
GitHub
Sep 08, 2022
Browse files
[Docs] Minor fixes in optimization section (#420)
* uP * more
parent
6b9906f6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
54 deletions
+3
-54
docs/source/_toctree.yml
docs/source/_toctree.yml
+0
-2
docs/source/optimization/open_vino.mdx
docs/source/optimization/open_vino.mdx
+2
-19
docs/source/optimization/other.mdx
docs/source/optimization/other.mdx
+0
-32
docs/source/quicktour.mdx
docs/source/quicktour.mdx
+1
-1
No files found.
docs/source/_toctree.yml
View file @
98f34683
...
@@ -35,8 +35,6 @@
...
@@ -35,8 +35,6 @@
title
:
"
Open
Vino"
title
:
"
Open
Vino"
-
local
:
optimization/mps
-
local
:
optimization/mps
title
:
"
MPS"
title
:
"
MPS"
-
local
:
optimization/other
title
:
"
Other"
title
:
"
Optimization/Special
Hardware"
title
:
"
Optimization/Special
Hardware"
-
sections
:
-
sections
:
-
local
:
training/overview
-
local
:
training/overview
...
...
docs/source/optimization/open_vino.mdx
View file @
98f34683
...
@@ -10,23 +10,6 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
...
@@ -10,23 +10,6 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
specific language governing permissions and limitations under the License.
specific language governing permissions and limitations under the License.
-->
-->
# OpenVINO
Under construction 🚧
# Quicktour
Start using Diffusers🧨 quickly!
To start, use the [`DiffusionPipeline`] for quick inference and sample generations!
```
pip install diffusers
```
## Main classes
### Models
### Schedulers
### Pipeliens
docs/source/optimization/other.mdx
deleted
100644 → 0
View file @
6b9906f6
<!--Copyright 2022 The HuggingFace Team. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
-->
# Quicktour
Start using Diffusers🧨 quickly!
To start, use the [`DiffusionPipeline`] for quick inference and sample generations!
```
pip install diffusers
```
## Main classes
### Models
### Schedulers
### Pipeliens
docs/source/quicktour.mdx
View file @
98f34683
...
@@ -139,7 +139,7 @@ optimization pages:
...
@@ -139,7 +139,7 @@ optimization pages:
- [Optimized PyTorch on GPU]("./optimization/fp16")
- [Optimized PyTorch on GPU]("./optimization/fp16")
- [Mac OS with PyTorch]("./optimization/mps")
- [Mac OS with PyTorch]("./optimization/mps")
- [ONNX]("./optimization/onnx)
- [ONNX]("./optimization/onnx)
- [O
ther clever optimization tricks
]("./optimization/o
ther
)
- [O
penVINO
]("./optimization/o
pen_vino
)
If you want to fine-tune or train your diffusion model, please have a look at the [**training section**](./training/overview)
If you want to fine-tune or train your diffusion model, please have a look at the [**training section**](./training/overview)
...
...
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