From 4e7efa1151d0e90f48ae3f1865ee114a82dfa3ce Mon Sep 17 00:00:00 2001 From: mii443 Date: Thu, 12 Jun 2025 16:22:15 +0900 Subject: [PATCH] Add Git LFS support for .onnx files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0bb75f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.onnx filter=lfs diff=lfs merge=lfs -text