pytorch/examples

Update all examples to latest versions of pytorch

开放

#976 创建于 2022年3月11日

 (2 条评论) (0 个反应) (0 位负责人)Python (9,429 个派生)batch import
distributedenhancementgood first issue

仓库指标

星标
 (21,634 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.0

There could be others

贡献者指南