Skip to content

Commit

Permalink
Merge pull request #1269 from pytorch/internal_workspace_workflow
Browse files Browse the repository at this point in the history
Internal workspace workflow
  • Loading branch information
narendasan authored Aug 15, 2022
2 parents 298c3a3 + afaa3ef commit 9bb0087
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
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://git@gitlab-master.nvidia.com: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

0 comments on commit 9bb0087

Please sign in to comment.