Browse Source
Add *.engine (TensorRT extensions) to .gitignore (#5911)
* Add *.engine (TensorRT extensions) to .gitignore
* Update .dockerignore
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
modifyDataloader
greg2451
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
.dockerignore
-
.gitignore
|
|
@@ -15,6 +15,7 @@ data/samples/* |
|
|
|
**/*.pt |
|
|
|
**/*.pth |
|
|
|
**/*.onnx |
|
|
|
**/*.engine |
|
|
|
**/*.mlmodel |
|
|
|
**/*.torchscript |
|
|
|
**/*.torchscript.pt |
|
|
@@ -48,6 +48,7 @@ VOC/ |
|
|
|
*.pt |
|
|
|
*.pb |
|
|
|
*.onnx |
|
|
|
*.engine |
|
|
|
*.mlmodel |
|
|
|
*.torchscript |
|
|
|
*.tflite |