Luigi commited on
Commit
35a0c7d
·
1 Parent(s): be3d296

1. ignore .gguf and .log 2. remove packages.txt

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. packages.txt +0 -4
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # ignore all .gguf model files
2
+ *.gguf
3
+ *.log
packages.txt DELETED
@@ -1,4 +0,0 @@
1
- python3-opencv
2
- build-essential
3
- cmake
4
- libopenblas-dev