Skip to content

Commit c1d269c

Browse files
authored
Add a page that runs PyTorch's memory snapshot viewer to pytorch.org (#1421)
1 parent f980526 commit c1d269c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

memory_viz.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
<script type="module" src="https://cdn.jsdelivr.net/gh/pytorch/pytorch@main/torch/utils/viz/MemoryViz.js"></script>
5+
</body>

0 commit comments

Comments
 (0)