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 c952291 commit dd99bd4Copy full SHA for dd99bd4
docker/WORKSPACE.docs
@@ -44,6 +44,11 @@ new_local_repository(
44
build_file = "@//third_party/cublas:BUILD",
45
)
46
47
+local_repository(
48
+ name = "torch_tensorrt",
49
+ path = "/usr/local/lib/python3.8/dist-packages/torch_tensorrt"
50
+)
51
+
52
#############################################################################################################
53
# Tarballs and fetched dependencies (default - use in cases when building from precompiled bin and tarballs)
54
0 commit comments