cleardusk commited on
Commit
62f677a
1 Parent(s): 15ec329

chore: disable weights ignore in hf

Browse files
Files changed (1) hide show
  1. .gitignore +2 -2
.gitignore CHANGED
@@ -6,8 +6,8 @@ __pycache__/
6
  *$py.class
7
 
8
  # Model weights
9
- **/*.pth
10
- **/*.onnx
11
 
12
  # Ipython notebook
13
  *.ipynb
 
6
  *$py.class
7
 
8
  # Model weights
9
+ #**/*.pth
10
+ #**/*.onnx
11
 
12
  # Ipython notebook
13
  *.ipynb