Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[submodule "toolchains/nv_workspaces"]
path = toolchains/nv_workspaces
url = ssh://[email protected]:12051/torch-tensorrt/WORKSPACES.git
branch = master
ignore = dirty
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ repos:
- id: buildifier
args:
- --warnings=all
- id: buildifier-lint
- id: buildifier-lint
- repo: local
hooks:
- id: dont-commit-upstream
name: NVIDIA-INTERNAL check
entry: "!NVIDIA-INTERNAL"
exclude: "^.pre-commit-config.yaml"
language: pygrep
types: [text]

1 change: 1 addition & 0 deletions toolchains/nv_workspaces
Submodule nv_workspaces added at 9a6a3e