PyTorch 2.9.0 最终候选版本(RC)现已可供下载
PyTorch 核心及领域库的最终 2.9.0 候选版本(RC)已可在 pytorch-test 频道下载。
剩余关键日期
里程碑 M1 至 M4 已完成。
- M4.1:教程草稿提交截止日期(10 月 8 日)
- M5:外部内容定稿。(10 月 10 日)*请尽快在此处添加您的功能特性(具体说明见上一篇帖子),以便将其纳入发布博客文章和发布说明亮点。
- M6:发布日(10 月 15 日)
下载最终候选版本进行测试的说明
PIP CPU 版本:
Windows/Linux x86 和 aarch64/MacOS 系统:
pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/cpu
PIP CUDA 12.6、12.8、13.0 版本:
Windows/Linux x86 和 aarch64 系统:
pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/cu126 pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/cu128 pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/cu130
PIP ROCM 6.3 版本:
pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/rocm6.3
PIP ROCM 6.4 版本:
pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/rocm6.4
PIP XPU 版本:
Linux/Windows 系统:
pip3 install torch==2.9.0 --index-url https://download.pytorch.org/whl/test/xpu
Libtorch 版本:
CPU Linux 版本:
CPU Windows 版本:
- 下载地址(发布版本):https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-latest.zip
- 下载地址(调试版本):https://download.pytorch.org/libtorch/test/cpu/libtorch-win-shared-with-deps-debug-latest.zip
CPU MacOS 版本:
CUDA 12.6、12.8、13.0 Linux 版本:
(cxx11 ABI):
- https://download.pytorch.org/libtorch/test/cu126/libtorch-shared-with-deps-latest.zip
- https://download.pytorch.org/libtorch/test/cu128/libtorch-shared-with-deps-latest.zip
- https://download.pytorch.org/libtorch/test/cu130/libtorch-shared-with-deps-latest.zip
Windows CUDA 12.6、12.8、13.0 版本:
(发布版本):
- https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-latest.zip
- https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-latest.zip
- https://download.pytorch.org/libtorch/test/cu130/libtorch-win-shared-with-deps-latest.zip
(调试版本):
- https://download.pytorch.org/libtorch/test/cu126/libtorch-win-shared-with-deps-debug-latest.zip
- https://download.pytorch.org/libtorch/test/cu128/libtorch-win-shared-with-deps-debug-latest.zip
- https://download.pytorch.org/libtorch/test/cu130/libtorch-win-shared-with-deps-debug-latest.zip
祝好,
PyTorch 团队
原文地址: https://dev-discuss.pytorch.org/t/pytorch-2-9-final-rc-available/3245
2200

被折叠的 条评论
为什么被折叠?



