Commit 7e17a6e
Do not import from pyre_extensions (#2937)
Summary:
X-link: facebookresearch/FBGEMM#40
Pull Request resolved: #2937
pyre_extensions not availabe in trec OSS.
breaks torchrec build tests: https://github.com/pytorch/torchrec/actions/runs/10222011214/job/28285796153
pyre_extensions is also not safe to use in code that will be torch.packaged, as it requires sys for version checks
Reviewed By: duduyi2013
Differential Revision: D60792133
fbshipit-source-id: 10ff5f3f4f6a030b0ed82878275a7715705957381 parent fc212d4 commit 7e17a6e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
450 | 449 | | |
451 | 450 | | |
452 | 451 | | |
453 | | - | |
| 452 | + | |
454 | 453 | | |
455 | 454 | | |
456 | 455 | | |
| |||
0 commit comments