From ead848d51325a7fa4967a13192642ac331a98086 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Mon, 15 Jan 2024 09:40:05 -0800 Subject: [PATCH] Add PyTorch test file (#720) --- test/models.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/models.json b/test/models.json index 977af69a017..0e82854373b 100644 --- a/test/models.json +++ b/test/models.json @@ -5767,6 +5767,13 @@ "format": "TorchScript v1.6", "link": "https://github.com/lutzroeder/netron/issues/728" }, + { + "type": "pytorch", + "target": "vicuna-7b.zip", + "source": "https://github.com/lutzroeder/netron/files/13935467/vicuna-7b.zip", + "format": "PyTorch v1.6", + "link": "https://github.com/lutzroeder/netron/issues/720" + }, { "type": "pytorch", "target": "ViT-B-32.pt",