Commit 455d976
adding tensordict dependency in validate_binaries.sh (#2756)
Summary:
Pull Request resolved: #2756
# context
* failed to directly install torchrec from nightly build: P1736807637
* the reason is that tensordict is not available from https://download.pytorch.org/whl/nightly/*
* so the tensordict has to be installed separately
# changes
* install current tensordict version in the validate_binaries.sh script
Reviewed By: dstaay-fb
Differential Revision: D69950708
fbshipit-source-id: 2afc83eccc8169f0bd80d3d117059f914d3e16b21 parent 7420484 commit 455d976
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments