From 1fa14a5b44a85cee5af2f05ebdeec36e7e742f7d Mon Sep 17 00:00:00 2001 From: Kevin Tong Date: Tue, 23 Jan 2024 20:05:28 -0500 Subject: [PATCH] Update Netron viewer link (#421) Netron viewer link is absolute from hidet.org. Fixes link from `hidet.org/netron` to `hidet.org/docs/netron`. --- gallery/how-to-guides/visualize-flow-graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/how-to-guides/visualize-flow-graph.py b/gallery/how-to-guides/visualize-flow-graph.py index 87caac5f5..b844fe31a 100644 --- a/gallery/how-to-guides/visualize-flow-graph.py +++ b/gallery/how-to-guides/visualize-flow-graph.py @@ -84,7 +84,7 @@ def forward(self, hidden_states: Tensor, attention_mask: Tensor): # # You can download the generated json file # :download:`attention-graph.json <../../../../gallery/how-to-guides/attention-graph.json>` -# and open it with the `customized Netron viewer `_. +# and open it with the `customized Netron viewer `_. # # %%