From bbaf524f781d654b073cea8a29491e92a2a7acc0 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Fri, 6 Aug 2021 13:35:12 +0800 Subject: [PATCH] feat(ci/windows): fix windows ci stability GitOrigin-RevId: 41366fd50b287692bdd0f74346b5165998627e73 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8451e4c4c..082d51c09 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,3 +16,4 @@ ci/resource/models/float/shufflenet_v2.pkl filter=lfs diff=lfs merge=lfs -text ci/resource/dump/roi_align_backward_8.8.0.mdl filter=lfs diff=lfs merge=lfs -text ci/resource/dump/relayout_format_8.10.0.mdl filter=lfs diff=lfs merge=lfs -text ci/resource/dump/batch_conv_bias_with_policy_8.8.0.mdl filter=lfs diff=lfs merge=lfs -text +ci/resource/prof/model_with_err_assert.mdl filter=lfs diff=lfs merge=lfs -text -- GitLab