Skip to content

Commit c777df8

Browse files
committed
feedback
1 parent 89fc965 commit c777df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/using-diffusers/loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ A pipeline supports two options for `device_map`, `"cuda"` and `"balanced"`. Ref
112112

113113
| parameter | description |
114114
|---|---|
115-
| `"cuda"` | places pipeline on CUDA device |
115+
| `"cuda"` | places pipeline on a supported accelerator device like CUDA |
116116
| `"balanced"` | evenly distributes pipeline on all GPUs |
117117

118118
Use the `max_memory` argument in [`~DiffusionPipeline.from_pretrained`] to allocate a maximum amount of memory to use on each device. By default, Diffusers uses the maximum amount available.

0 commit comments

Comments
 (0)