mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes broken memory_viz link in CUDA memory docs (#161426)
Fixes #161375 The "Using the visualizer" section in torch_cuda_memory.md had a link to https://pytorch.org/memory_viz written in inline Markdown link form. Strangely the same syntax worked earlier on the page as the issuer mentioned, but in this spot it's rendered sa a broken link. I wasn't able to pinpoint why the second occurrence was treated differently, but switching it to the Markdown autolink form fixes the problem consistently. I tested this by rebuilding the docs locally with make html and serving the HTML with a local http.server. With the autolink, the link resolves correctly. Pull Request resolved: https://github.com/pytorch/pytorch/pull/161426 Approved by: https://github.com/soulitzer
This commit is contained in:
committed by
PyTorch MergeBot
parent
13d66e2a66
commit
d5e0f4202b
@ -32,7 +32,7 @@ torch.cuda.memory._dump_snapshot("my_snapshot.pickle")
|
||||
|
||||
## Using the visualizer
|
||||
|
||||
Open [pytorch.org/memory_viz](https://pytorch.org/memory_viz) and drag/drop the pickled snapshot file into the visualizer.
|
||||
Open <https://pytorch.org/memory_viz> and drag/drop the pickled snapshot file into the visualizer.
|
||||
The visualizer is a javascript application that runs locally on your computer. It does not upload any snapshot data.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user