对于 PyTorch 1.13,建议使用 cu116 或 cu117,而 cuda 11.3 已被淘汰。

作者: tanluDSL创建于 2023年5月13日更新于 2025年6月30日

如果要使用 torch 1.13,则需要更新要求文件,以将 pip wheel 更改为 cu116 或 cu117。请参阅以下链接。 https://pytorch.org/blog/PyTorch-1.13-release/#cuda10.2 https://pytorch.org/get-started/previous-versions/

内容来源: facebookresearch/ImageBind