You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we don't run the tests for the distributed module when we run the Makefile sequentially. One of the issues is that distributed/rpc/ddp_rpc/requirements.txt don't work with PyTorch 1.9
We'll need to investigate further to figure out the cause and either update the example or the test accordingly to make it compatible with PyTorch 1.9 and upgrade the pinned version here. distributed/rpc/ddp_rpc/requirements.txt
Describe alternatives solution
Test 1.6 and re-enable the test if we can't get 1.9 to work.