Skip to content

Commit f35483a

Browse files
committed
update docs
1 parent 088d909 commit f35483a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/source/en/api/parallel.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- Copyright 2025 The HuggingFace Team. All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
the License. You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
specific language governing permissions and limitations under the License. -->
11+
12+
# Parallelism
13+
14+
Parallelism strategies help speed up diffusion transformers by distributing computations across multiple devices, allowing for faster inference/training times.
15+
16+
## ParallelConfig
17+
18+
[[autodoc]] ParallelConfig
19+
20+
## ContextParallelConfig
21+
22+
[[autodoc]] ContextParallelConfig
23+
24+
[[autodoc]] apply_context_parallel

0 commit comments

Comments
 (0)