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 ce0278c commit 3b76cd4Copy full SHA for 3b76cd4
userbenchmark/dynamo/dynamobench/_dynamo/utils.py
@@ -102,8 +102,10 @@
102
103
counters: DefaultDict[str, Counter[str]] = collections.defaultdict(collections.Counter)
104
optimus_scuba_log: Dict[str, Any] = {}
105
-troubleshooting_url = "https://pytorch.org/docs/main/compile/troubleshooting.html"
106
-nnmodule_doc_url = "https://pytorch.org/docs/main/compile/nn-module.html"
+troubleshooting_url = (
+ "https://pytorch.org/docs/main/torch.compiler_troubleshooting.html"
107
+)
108
+nnmodule_doc_url = "https://pytorch.org/docs/main/torch.compiler_nn_module.html"
109
nnmodule_doc_url_msg = f"See {nnmodule_doc_url} for more information and limitations."
110
log = logging.getLogger(__name__)
111
0 commit comments