Skip to content

Commit 829cbc3

Browse files
committed
Update
1 parent 0354cbb commit 829cbc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conf.py

-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ def reset_seeds(gallery_conf, fname):
131131
torch._dynamo.reset()
132132
if hasattr(torch._dynamo, "optimizations"):
133133
torch._dynamo.optimizations.clear()
134-
if hasattr(torch._dynamo, "config"):
135-
torch._dynamo.config.clear_cache()
136134

137135
if hasattr(torch, "_inductor"):
138136
if hasattr(torch._inductor, "utils"):

0 commit comments

Comments
 (0)