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 029db46 commit 7eca7d0Copy full SHA for 7eca7d0
generate.py
@@ -24,7 +24,7 @@ def device_sync(device):
24
25
torch._inductor.config.coordinate_descent_tuning = True
26
torch._inductor.config.triton.unique_kernel_names = True
27
-# torch._inductor.config.fx_graph_cache = True # Experimental feature to reduce compilation times, will be on by default in future
+torch._inductor.config.fx_graph_cache = True # Experimental feature to reduce compilation times, will be on by default in future
28
29
30
# support running without installing as a package
0 commit comments