torch@1.9.1
Tensors and Dynamic neural networks in Python with strong GPU acceleration
2021-09-20
Python >=3.10
wheel
安装 (1.9.1)
pip install torch==1.9.1
poetry add torch==1.9.1
pipenv install torch==1.9.1
conda install torch=1.9.1
依赖 (18)
下载文件
| 文件名 | 类型 | Python 版本 | 大小 |
|---|---|---|---|
| torch-1.9.1-cp36-cp36m-manylinux1_x86_64.whl | bdist_wheel | cp36 |
831383405 bytes |
| torch-1.9.1-cp36-cp36m-win_amd64.whl | bdist_wheel | cp36 |
222034208 bytes |
| torch-1.9.1-cp36-none-macosx_10_9_x86_64.whl | bdist_wheel | cp36 |
218709943 bytes |
| torch-1.9.1-cp37-cp37m-manylinux1_x86_64.whl | bdist_wheel | cp37 |
831388756 bytes |
| torch-1.9.1-cp37-cp37m-win_amd64.whl | bdist_wheel | cp37 |
222034001 bytes |
| torch-1.9.1-cp37-none-macosx_10_9_x86_64.whl | bdist_wheel | cp37 |
218710504 bytes |
| torch-1.9.1-cp38-cp38-manylinux1_x86_64.whl | bdist_wheel | cp38 |
831410465 bytes |
| torch-1.9.1-cp38-cp38-win_amd64.whl | bdist_wheel | cp38 |
222053408 bytes |
| torch-1.9.1-cp38-none-macosx_10_9_x86_64.whl | bdist_wheel | cp38 |
218770954 bytes |
| torch-1.9.1-cp39-cp39-manylinux1_x86_64.whl | bdist_wheel | cp39 |
831404446 bytes |
| torch-1.9.1-cp39-cp39-win_amd64.whl | bdist_wheel | cp39 |
221972852 bytes |
| torch-1.9.1-cp39-none-macosx_10_9_x86_64.whl | bdist_wheel | cp39 |
218771460 bytes |
版本列表
2.12.1
2026-06-17
2.12.0
2026-05-13
2.11.0
2026-03-23
2.10.0
2026-02-10
2.9.1
2025-11-12
2.9.0
2025-10-15
2.8.0
2025-08-06
2.7.1
2025-06-04
2.7.0
2025-04-23
2.6.0
2025-01-29
2.5.1
2024-10-29
2.5.0
2024-10-17
2.4.1
2024-09-04
2.4.0
2024-07-24
2.3.1
2024-06-05
2.3.0
2024-04-24
2.2.2
2024-03-27
2.2.1
2024-02-22
2.2.0
2024-01-30
2.1.2
2023-12-14
2.1.1
2023-11-15
2.1.0
2023-10-04
2.0.1
2023-05-08
2.0.0
2023-03-17
1.13.1
2022-12-15
1.13.0
2022-10-28
1.12.1
2022-08-05
1.12.0
2022-06-28
1.11.0
2022-03-10
1.10.2
2022-01-27
1.10.1
2021-12-15
1.10.0
2021-10-21
1.9.1
2021-09-20
1.9.0
2021-06-15
1.8.1
2021-03-25
1.8.0
2021-03-04
1.7.1
2020-12-10
1.7.0
2020-10-27
1.6.0
2020-07-28
1.5.1
2020-06-18
1.5.0
2020-04-21
1.4.0
2020-01-15
1.3.1
2019-11-07
1.3.0
2019-10-10
1.2.0
2019-08-08
1.1.0
2019-04-30
1.0.1
2019-02-05
1.0.0
2018-12-07
相关教程
AI 性能分析工具:PyTorch Profiler 与 nsys
学习使用 PyTorch Profiler、NVIDIA Nsight 等工具剖析模型计算图,定位算子性能瓶颈和内存使用。
深度学习 PyTorch:张量、自动求导与模块
使用 PyTorch 搭建神经网络,掌握 Tensor 运算、Autograd 和 nn.Module。
FSDP:PyTorch 原生的全分片数据并行
学习 PyTorch FSDP 的原理与用法,在数据并行中分片模型参数、梯度和优化器状态,并支持多种分片策略以平衡内存与通信。
PyTorch 自然语言处理:Transformers 与微调
基于 PyTorch 和 Hugging Face 实现文本分类、命名实体识别、机器翻译等 NLP 任务,掌握模型微调与推理优化。