diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2025-03-28 14:00:13 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2025-03-28 14:00:13 -0600 |
commit | 7e795f0bd1e1a098609dbdd6dfe445d52c93a325 (patch) | |
tree | fc2f887148c5d0d2bda13805183ea42b95d796f2 | |
parent | 30f1d6adf1c731952285c43ed8a29adc714d68f2 (diff) |
track onnx model files
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |