哪个版本的 pysyft 适用于 torch 1.8 或 1.9?

Which version of pysyft works with torch 1.8 or 1.9?

哪个版本的 pysyft 适用于 torch 1.8 或 1.9?

我尝试使用以下代码安装 pysyft

!pip install syft
!pip install syft_proto

此版本安装旧的 torch。我想让 pysyft 安装最新版本的 torch。

当前最新版本 syft declarestorch <= 1.8.1 的兼容性。只需安装最新的 syft:

!pip install --upgrade --upgrade-strategy=eager syft