glenn-jocher commited on
Commit
65f81bf
1 Parent(s): de56813

Add `**/*.torchscript.pt` (#3634)

Browse files
Files changed (1) hide show
  1. .dockerignore +1 -1
.dockerignore CHANGED
@@ -12,12 +12,12 @@ data/samples/*
12
  *.jpg
13
 
14
  # Neural Network weights -----------------------------------------------------------------------------------------------
15
- **/*.weights
16
  **/*.pt
17
  **/*.pth
18
  **/*.onnx
19
  **/*.mlmodel
20
  **/*.torchscript
 
21
 
22
 
23
  # Below Copied From .gitignore -----------------------------------------------------------------------------------------
 
12
  *.jpg
13
 
14
  # Neural Network weights -----------------------------------------------------------------------------------------------
 
15
  **/*.pt
16
  **/*.pth
17
  **/*.onnx
18
  **/*.mlmodel
19
  **/*.torchscript
20
+ **/*.torchscript.pt
21
 
22
 
23
  # Below Copied From .gitignore -----------------------------------------------------------------------------------------