Skip to content

Commit

Permalink
chore(ci): enable torch vision cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fantes authored and mergify[bot] committed May 17, 2022
1 parent 5d0f0c7 commit 3e500bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile.unittests
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fi

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

if [ -f CMakeFiles/cache_present ]
then
for lib in spdlog protobuf oatpp caffe_dd Multicore-TSNE ncnn xgboost oatpp-swagger oatpp-zlib pytorch
for lib in spdlog protobuf oatpp caffe_dd Multicore-TSNE ncnn xgboost oatpp-swagger oatpp-zlib pytorch pytorch_vision
do
touch "${lib}/src/${lib}-stamp/"*
touch "CMakeFiles/${lib}-complete"
Expand Down

0 comments on commit 3e500bc

Please sign in to comment.