Skip to content

Commit 3e500bc

Browse files
fantesmergify[bot]
authored andcommitted
chore(ci): enable torch vision cache
1 parent 5d0f0c7 commit 3e500bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile.unittests

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fi
7777

7878
if [ -f CMakeFiles/cache_present ]
7979
then
80-
for lib in protobuf spdlog caffe_dd pytorch Multicore-TSNE ncnn xgboost oatpp oatpp-swagger oatpp-zlib
80+
for lib in protobuf spdlog caffe_dd pytorch pytorch_vision Multicore-TSNE ncnn xgboost oatpp oatpp-swagger oatpp-zlib
8181
do
8282
touch "${lib}/src/${lib}-stamp/${lib}-mkdir"*
8383
touch "${lib}/src/${lib}-stamp/${lib}-download"*
@@ -92,7 +92,7 @@ fi
9292

9393
if [ -f CMakeFiles/cache_present ]
9494
then
95-
for lib in spdlog protobuf oatpp caffe_dd Multicore-TSNE ncnn xgboost oatpp-swagger oatpp-zlib pytorch
95+
for lib in spdlog protobuf oatpp caffe_dd Multicore-TSNE ncnn xgboost oatpp-swagger oatpp-zlib pytorch pytorch_vision
9696
do
9797
touch "${lib}/src/${lib}-stamp/"*
9898
touch "CMakeFiles/${lib}-complete"

0 commit comments

Comments
 (0)