"vscode:/vscode.git/clone" did not exist on "a6ed6da854ed69dfafd5be99ede963d2d2efb380"
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
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.
```diff
......@@ -81,9 +81,6 @@ image = pipeline("a dog").images[0]
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:
```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