diff --git a/.gitattributes b/.gitattributes index 84691370d5c49d9da2290d013c1a7aafd921e147..2e0e508b08df11474c370f848cfa0c4f712d220b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ dnn/src/cuda/batch_conv_bias/int8/kimpl/* binary dnn/src/cuda/sass/prebuilt/map_defs.cpp binary tools/mlir/mlir-tblgen filter=lfs diff=lfs merge=lfs -text *.caffemodel filter=lfs diff=lfs merge=lfs -text +imperative/python/test/integration/data/*.mge filter=lfs diff=lfs merge=lfs -text diff --git a/imperative/python/test/integration/test_correctness.py b/imperative/python/test/integration/test_correctness_mnistnet.py similarity index 100% rename from imperative/python/test/integration/test_correctness.py rename to imperative/python/test/integration/test_correctness_mnistnet.py