diff --git a/.gitattributes b/.gitattributes index 22cbe20..fc92bf6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,3 @@ # telling it we always use Unix line endings # Auto detect text files and perform LF normalization * text=auto -# We store our ONNX models in git-lfs -*.onnx filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index c002899..45e960f 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,6 @@ video/ # Ingnore the .pixi/ folder for dependencies .pixi/ + +# Ignore ONNX model files +*.onnx