pytorch
20e5c90d - accept url query when rank or wolrd_size is specified (#32016)

Commit
4 years ago
accept url query when rank or wolrd_size is specified (#32016) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/32016 The previously logic will raise exception when there is query in url when rank or world_size is specified The fix will parse the url and stitch rank and world_size into url.query and regenerate the url. Test Plan: f161291877 Differential Revision: D19337929 fbshipit-source-id: 6bb3a07716dda5233553804000b706052ff18db8
Parents
Loading