Skip to content

Commit f7421b8

Browse files
andrewjcgfacebook-github-bot
authored andcommitted
Remove versions constraints from external_deps (#22113)
Summary: As per attached tasks, these are noops and are being deprecated/removed. Pull Request resolved: #22113 Reviewed By: philipjameson Differential Revision: D15901131 fbshipit-source-id: 3acf12208f692548afe4844be13717a49d74af32
1 parent bfeff1e commit f7421b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ def add_torch_libs():
364364
"//caffe2/torch/lib/libshm:libshm",
365365
],
366366
external_deps=[
367-
("cudnn", "7.1.2", "cudnn-lazy"),
368-
("nccl", "2.1.15", "nccl-lazy"),
367+
("cudnn", None, "cudnn-lazy"),
368+
("nccl", None, "nccl-lazy"),
369369
("cuda", None, "nvToolsExt-lazy"),
370370
("cuda", None, "nvrtc-lazy"),
371371
("cuda", None, "nvrtc-builtins-lazy"),

0 commit comments

Comments
 (0)