We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c4e17 commit 1f70c73Copy full SHA for 1f70c73
conf.py
@@ -134,11 +134,6 @@ def reset_seeds(gallery_conf, fname):
134
torch._inductor.config.search_autotune_cache = True
135
torch._inductor.config.compile_threads = 1
136
137
- if hasattr(torch, "onnx"):
138
- torch.onnx._operator_importers.triton._reset()
139
- torch.onnx._internal.exporter._reset()
140
- torch.onnx._internal.fx._reset()
141
-
142
torch.backends.cudnn.deterministic = False
143
torch.backends.cudnn.benchmark = True
144
if hasattr(torch, "_inductor") and hasattr(torch._inductor, "utils"):
0 commit comments