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