From 6b29bff852a6dafa4e2c854a4dca19836cb7c72d Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Mon, 6 Sep 2021 18:47:54 +0530 Subject: [PATCH] add torchvision in example test requirements (#13438) --- examples/pytorch/_tests_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pytorch/_tests_requirements.txt b/examples/pytorch/_tests_requirements.txt index 92fa2d5a4e..9bfa3bd62c 100644 --- a/examples/pytorch/_tests_requirements.txt +++ b/examples/pytorch/_tests_requirements.txt @@ -18,3 +18,4 @@ pytest conllu sentencepiece != 0.1.92 protobuf +torchvision