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
a402431d
Unverified
Commit
a402431d
authored
Apr 10, 2024
by
Sayak Paul
Committed by
GitHub
Apr 10, 2024
Browse files
[docs] remove duplicate tip block. (#7625)
remove duplicate tip block.
parent
b99b1617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
docs/source/en/training/distributed_inference.md
docs/source/en/training/distributed_inference.md
+1
-4
No files found.
docs/source/en/training/distributed_inference.md
View file @
a402431d
...
@@ -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
...
...
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