From 359e2bf41669d8775f4692329782730ff8c3757d Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Sat, 14 Oct 2023 15:37:06 -0400 Subject: [PATCH] Remove ONNX git-lfs from repo --- .gitattributes | 2 -- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) 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