From 8de0000421960a7bc2a234a5ca027f7bc313883e Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Thu, 13 Apr 2023 09:05:58 -0400 Subject: [PATCH] Update TorchScript test file --- test/models.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/models.json b/test/models.json index abb42248d4..4c3fb8e0b2 100644 --- a/test/models.json +++ b/test/models.json @@ -4169,8 +4169,8 @@ }, { "type": "pytorch", - "target": "alexnet.pt.zip", - "source": "https://github.com/lutzroeder/netron/files/6096605/alexnet.pt.zip", + "target": "alexnet.pt", + "source": "https://github.com/lutzroeder/netron/files/6096605/alexnet.pt.zip[alexnet.pt]", "format": "TorchScript v1.6", "link": "https://github.com/lutzroeder/netron/issues/281" },