Unverified Commit a402431d authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[docs] remove duplicate tip block. (#7625)

remove duplicate tip block.
parent b99b1617
...@@ -66,7 +66,7 @@ For example, if you have two 8GB GPUs, then using [`~DiffusionPipeline.enable_mo ...@@ -66,7 +66,7 @@ For example, if you have two 8GB GPUs, then using [`~DiffusionPipeline.enable_mo
To make use of both GPUs, you can use the "balanced" device placement strategy which splits the models across all available GPUs. To make use of both GPUs, you can use the "balanced" device placement strategy which splits the models across all available GPUs.
> [!TIP] > [!WARNING]
> Only the "balanced" strategy is supported at the moment, and we plan to support additional mapping strategies in the future. > Only the "balanced" strategy is supported at the moment, and we plan to support additional mapping strategies in the future.
```diff ```diff
...@@ -81,9 +81,6 @@ image = pipeline("a dog").images[0] ...@@ -81,9 +81,6 @@ image = pipeline("a dog").images[0]
image image
``` ```
> [!WARNING]
> Currently, we support only "balanced" `device_map`. We plan to support more device mapping strategies in future.
You can also pass a dictionary to enforce the maximum GPU memory that can be used on each device: You can also pass a dictionary to enforce the maximum GPU memory that can be used on each device:
```diff ```diff
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment