We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f4189 commit 54495c7Copy full SHA for 54495c7
1 file changed
conf.py
@@ -112,7 +112,6 @@
112
def reset_seeds(gallery_conf, fname):
113
global torch
114
torch._dynamo.reset()
115
- torch.dynamo.reset()
116
torch.cuda.empty_cache()
117
torch.manual_seed(42)
118
torch.set_default_device(None)
0 commit comments