Commit 67b7c3b
Sync tensordict
Summary:
Imported commits from public tensordict repo using
```
python3 pytorch/import.py --project_name tensordict --no_submit
```
Manual Change:
* adding a new dependency: pyvers
* imported a new dependency pyvers in the stack
* some import failures due to checked in code missing new lines
* hypothesis: code formatter removed the new lines
* manually added the new lines back and re-ran the script
* added pyi files to library source to fix linter errors
* disabled tests that use ray because we can't initialize a ray cluster on sandcastle hosts
Differential Revision: D851573861 parent a4ca26f commit 67b7c3b
File tree
3 files changed
+4
-4
lines changed- torchrec/distributed
- test_utils
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1469 | 1469 | | |
1470 | 1470 | | |
1471 | 1471 | | |
1472 | | - | |
| 1472 | + | |
1473 | 1473 | | |
1474 | 1474 | | |
1475 | 1475 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1513 | 1513 | | |
1514 | 1514 | | |
1515 | 1515 | | |
1516 | | - | |
| 1516 | + | |
1517 | 1517 | | |
1518 | 1518 | | |
1519 | 1519 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments