We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c324a commit 4807d8dCopy full SHA for 4807d8d
docker/WORKSPACE.cu.docker
@@ -29,6 +29,13 @@ git_repository(
29
shallow_since = "1570114335 -0400"
30
)
31
32
+# External dependency for trtorch if you already have precompiled binaries.
33
+# This is currently used in pytorch NGC container CI testing.
34
+local_repository(
35
+ name = "trtorch",
36
+ path = "/opt/pytorch/trtorch"
37
+)
38
+
39
# CUDA should be installed on the system locally
40
new_local_repository(
41
name = "cuda",
0 commit comments