Skip to content

Commit 3875127

Browse files
committed
doc
1 parent 4cc15aa commit 3875127

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_doc/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def linkcode_resolve(domain, info):
208208
epkg_dictionary = {
209209
"aten functions": "https://pytorch.org/cppdocs/api/namespace_at.html#functions",
210210
"azure pipeline": "https://azure.microsoft.com/en-us/products/devops/pipelines",
211-
"Custom Backends": "https://docs.pytorch.org/stable/torch.compiler_custom_backends.html",
211+
"Custom Backends": "https://docs.pytorch.org/docs/stable/torch.compiler_custom_backends.html",
212212
"diffusers": "https://github.com/huggingface/diffusers",
213213
"DOT": "https://graphviz.org/doc/info/lang.html",
214214
"executorch": "https://pytorch.org/executorch/stable/intro-overview.html",
@@ -218,8 +218,8 @@ def linkcode_resolve(domain, info):
218218
"experimental-experiment": "https://sdpython.github.io/doc/experimental-experiment/dev/",
219219
"JIT": "https://en.wikipedia.org/wiki/Just-in-time_compilation",
220220
"FunctionProto": "https://onnx.ai/onnx/api/classes.html#functionproto",
221-
"graph break": "https://docs.pytorch.org/stable/torch.compiler_faq.html#graph-breaks",
222-
"GraphModule": "https://docs.pytorch.org/stable/fx.html#torch.fx.GraphModule",
221+
"graph break": "https://docs.pytorch.org/docs/stable/torch.compiler_faq.html#graph-breaks",
222+
"GraphModule": "https://docs.pytorch.org/docs/stable/fx.html#torch.fx.GraphModule",
223223
"HuggingFace": "https://huggingface.co/docs/hub/en/index",
224224
"huggingface_hub": "https://github.com/huggingface/huggingface_hub",
225225
"Linux": "https://www.linux.org/",
@@ -232,7 +232,7 @@ def linkcode_resolve(domain, info):
232232
"onnx.helper": "https://onnx.ai/onnx/api/helper.html",
233233
"ONNX": "https://onnx.ai/",
234234
"ONNX Operators": "https://onnx.ai/onnx/operators/",
235-
"onnxrt backend": "https://docs.pytorch.org/stable/onnx_dynamo_onnxruntime_backend.html",
235+
"onnxrt backend": "https://docs.pytorch.org/docs/stable/onnx_dynamo_onnxruntime_backend.html",
236236
"onnxruntime": "https://onnxruntime.ai/",
237237
"onnxruntime-training": "https://onnxruntime.ai/docs/get-started/training-on-device.html",
238238
"onnxruntime kernels": "https://onnxruntime.ai/docs/reference/operators/OperatorKernels.html",
@@ -257,12 +257,12 @@ def linkcode_resolve(domain, info):
257257
"Supported Operators and Data Types": "https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md",
258258
"sympy": "https://www.sympy.org/en/index.html",
259259
"timm": "https://github.com/huggingface/pytorch-image-models",
260-
"torch": "https://docs.pytorch.org/stable/torch.html",
260+
"torch": "https://docs.pytorch.org/docs/stable/torch.html",
261261
"torchbench": "https://github.com/pytorch/benchmark",
262262
"torch.compile": "https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html",
263-
"torch.compiler": "https://docs.pytorch.org/stable/torch.compiler.html",
264-
"torch.export.export": "https://docs.pytorch.org/stable/export.html#torch.export.export",
265-
"torch.onnx": "https://docs.pytorch.org/stable/onnx.html",
263+
"torch.compiler": "https://docs.pytorch.org/docs/stable/torch.compiler.html",
264+
"torch.export.export": "https://docs.pytorch.org/docs/stable/export.html#torch.export.export",
265+
"torch.onnx": "https://docs.pytorch.org/docs/stable/onnx.html",
266266
"transformers": "https://huggingface.co/docs/transformers/en/index",
267267
"vocos": "https://github.com/gemelo-ai/vocos",
268268
"Windows": "https://www.microsoft.com/windows",

0 commit comments

Comments
 (0)