Skip to content

Commit 43b269d

Browse files
committed
fix
1 parent 926df99 commit 43b269d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/optimization/speed-memory-optims.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pipeline = DiffusionPipeline.from_pretrained(
6060

6161
# compile
6262
pipeline.transformer.to(memory_format=torch.channels_last)
63-
pipeline.transformer.compile( mode="max-autotune", fullgraph=True)
63+
pipeline.transformer.compile(mode="max-autotune", fullgraph=True)
6464
pipeline("""
6565
cinematic film still of a cat sipping a margarita in a pool in Palm Springs, California
6666
highly detailed, high budget hollywood movie, cinemascope, moody, epic, gorgeous, film grain

0 commit comments

Comments
 (0)