Skip to content

Commit a402431

Browse files
authored
[docs] remove duplicate tip block. (#7625)
remove duplicate tip block.
1 parent b99b161 commit a402431

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/en/training/distributed_inference.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For example, if you have two 8GB GPUs, then using [`~DiffusionPipeline.enable_mo
6666

6767
To make use of both GPUs, you can use the "balanced" device placement strategy which splits the models across all available GPUs.
6868

69-
> [!TIP]
69+
> [!WARNING]
7070
> Only the "balanced" strategy is supported at the moment, and we plan to support additional mapping strategies in the future.
7171
7272
```diff
@@ -81,9 +81,6 @@ image = pipeline("a dog").images[0]
8181
image
8282
```
8383

84-
> [!WARNING]
85-
> Currently, we support only "balanced" `device_map`. We plan to support more device mapping strategies in future.
86-
8784
You can also pass a dictionary to enforce the maximum GPU memory that can be used on each device:
8885

8986
```diff

0 commit comments

Comments
 (0)