Update all examples to latest versions of pytorch
Author: msaroufimCreated Mar 11, 2022Updated Feb 3, 2026
Labelsenhancementgood first issuedistributed
Our RPC examples use an older version of PyTorch
grep -r "torch=" .
./distributed/rpc/pipeline/requirements.txt:torch==1.6.0
./distributed/rpc/batch/requirements.txt:torch==1.6.0There could be others
Source: pytorch/examples