Officially graduate ProtypeMPRS to MPRS#1009
Officially graduate ProtypeMPRS to MPRS#1009ejguan wants to merge 1 commit intometa-pytorch:mainfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D43245136 |
Summary: Pull Request resolved: meta-pytorch#1009 Fixes: meta-pytorch#932 - Convert all references from `ProtypeMPRS` to `MPRS` - Remove usage of `MPRS` Differential Revision: D43245136 fbshipit-source-id: eccfb9f31696a4f810a9f48dd5392e1802e0028a
6e24e08 to
f70b3ce
Compare
|
This pull request was exported from Phabricator. Differential Revision: D43245136 |
|
Needs to update colab after this PR has been landed. |
NivekT
left a comment
There was a problem hiding this comment.
Wooo! Gonna need a BC-breaking/feature announcement note for this one to inform users that the arguments have changed and the internals are different.
Also need to look closely at internal/external CIs.
| self.assertEqual(batch, expected_batch) | ||
| expected_batch += 1 | ||
|
|
||
| def test_dataloader2_multi_process_reading_service(self) -> None: |
There was a problem hiding this comment.
do we have dataaloder 2 tests with new graduated MPRS? :)
There was a problem hiding this comment.
We do have all prototypeMPRS in test_dataloader2. I just rename them from prototypeMPRS to MPRS in the test file.
Sounds good. Will add notes. |
Summary: Pull Request resolved: meta-pytorch#1009 Fixes: meta-pytorch#932 - Convert all references from `ProtypeMPRS` to `MPRS` - Remove usage of `MPRS` Reviewed By: wenleix, NivekT Differential Revision: D43245136 fbshipit-source-id: 2195a7aae64b8ded5483f5b37383a4fa2d94f13e
|
This pull request was exported from Phabricator. Differential Revision: D43245136 |
f70b3ce to
9707a13
Compare
|
This pull request has been merged in 73d3aa9. |
Summary: X-link: meta-pytorch/data#1009 Fixes: meta-pytorch/data#932 - Convert all references from `ProtypeMPRS` to `MPRS` - Remove usage of `MPRS` Reviewed By: wenleix, NivekT Differential Revision: D43245136 fbshipit-source-id: 1fd67f0e9d55a984209b8e58edecdb6070d919cd
Summary:
Fixes: #932
ProtypeMPRStoMPRSMPRSDifferential Revision: D43245136
BC-breaking Note:
PrototypeMultiProcessingReadingServicereplacesMultiProcessingReadingService.0.5.0
MultiProcessingReadingServicepreviously took the following arguments:This PR
MultiProcessingReadingServicetakes the followng arguments: