Skip to content

Commit 4770540

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7862ca4 commit 4770540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-fabric/guide/compile.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You should always *exclude* the first call to ``forward()`` from your measuremen
8686
8787
fabric = L.Fabric(accelerator="cuda", devices=1)
8888
89-
model = models.densenet121() #.to(torch.float32)
89+
model = models.densenet121() # .to(torch.float32)
9090
input = torch.randn(16, 3, 128, 128, device=fabric.device)
9191
9292
compiled_model = torch.compile(model, mode="reduce-overhead")

0 commit comments

Comments
 (0)