Skip to content

Commit

Permalink
Remove ONNX git-lfs from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Oct 14, 2023
1 parent 7330f4a commit 359e2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ video/

# Ingnore the .pixi/ folder for dependencies
.pixi/

# Ignore ONNX model files
*.onnx

0 comments on commit 359e2bf

Please sign in to comment.