diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-21 23:33:35 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-21 23:34:28 -0600 |
commit | c343140bcf9862b7b4b0d465b67e51eb42f45008 (patch) | |
tree | 56f4ec32382cfb9142d4ceaed0c3d0c2edcff769 /.gitattributes | |
parent | e2e7befe212b1340f851af88f3de4133dc33df14 (diff) |
initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6c13f0c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +iTexSnip/models/decoder_model.onnx filter=lfs diff=lfs merge=lfs -text +iTexSnip/models/encoder_model.onnx filter=lfs diff=lfs merge=lfs -text |