Pytorch Versions Save

Tensors and Dynamic neural networks in Python with strong GPU acceleration

v1.13.0

1 year ago

v1.12.1

1 year ago

This release is meant to fix the following issues (regressions / silent correctness):

Optim

Autograd

Distributed

NN

Data Loader

CUDA

ONNX

MPS

Other

v1.12.0

1 year ago

v1.11.0

2 years ago

v1.10.2

2 years ago

This release is meant to deploy additional fixes not included in 1.10.1 release:

  • fix pybind issue for get_autocast_cpu_dtype and get_autocast_gpu_dtype #66396
  • Remove fgrad_input from slow_conv2d #64280
  • fix formatting CIRCLE_TAG when building docs #67026

v1.10.1

2 years ago

This release is meant to fix the following issues (regressions / silent correctness):

  • torch.nn.cross_entropy silently incorrect in PyTorch 1.10 on CUDA on non-contiguous inputs #67167
  • channels_last significantly degrades accuracy #67239
  • Potential strict aliasing rule violation in bitwise_binary_op (on ARM/NEON) #66119
  • torch.get_autocast_cpu_dtype() returns a new dtype #65786
  • Conv2d grad bias gets wrong value for bfloat16 case #68048

The release tracker should contain all relevant pull requests related to this release as well as links to related issues

v1.10.0

2 years ago

v1.9.1

2 years ago

PyTorch 1.9.1 Release Notes

  • Improvements
  • Bug Fixes
  • Documentation

Improvements

  • Stop warning on .names() access in max_pool2d #60059
  • Remove Caffe2 thread-pool leak warning #60318
  • Add option to skip GitHub tag validation for torch.hub.load #62139
  • Use log.warning in torch.distributed.run to print OMP_NUM_THREADS warning #63953
  • TorchElastic: Pretty print the failure message captured by @record #64036
  • torch.distribtued.run to set nproc_per_node to 1 by default #61552
  • Remove experimental API warning from torch.distributed.elastic.utils.store #60807
  • Deprecate use_env in torch.distributed.run #59409
  • Better engineering changes for torch.distributed launcher #59152

Bug fixes

Distributed / TorchElastic

  • Make init_method=tcp:// compatible with torch.distributed.run #63910
  • Fix default parameters (number of restarts, log level, number of processes per node) that regressed with the transition from torch.distributed.launch and torch.distributed.run and clarify the documentation accordingly #61294

Hub

  • Fix HTTP/403 error when calling torch.hub.load for TorchVision models #62072

Misc

  • torch.mm to check input matrix sizes shapes #61394

Documentation

  • Fix broken link in elastic launch doc #62378
  • Fix typo in torch.distribtued.run warning message #61127

v1.8.2

2 years ago

PyTorch 1.8.2 Release Notes

  • Highlights
  • Bug Fixes

Highlights

We are excited to announce the release of PyTorch 1.8.2. This is the first release we are making as part of the Pytorch Enterprise Support Program. This release includes a bug fix requested by a customer in an LTS branch. We'd like to thank Microsoft for their support and work on this release.

Bug Fixes

v1.9.0

2 years ago