PyTorch 2.5
Featuring a new CuDNN backend for SDPA, improvements to TorchDynamo, regional compilation of torch.compile, and more.
Membership Available
Become an integral part of the PyTorch Foundation, to build and shape the future of AI.
Key Features &
Capabilities
See all Features
{% assign features = site.features | where: "featured-home", true | sort: 'order' %}
{% for feature in features %}
{% endfor %}
{{ feature.title }}
{{ feature.summary-home }}
Explore a rich ecosystem of libraries, tools, and more to support development.
{% assign ecosystems = site.ecosystem | where: "featured-home", true | sort: 'order' %}
{% for item in ecosystems %}
{% endfor %}
{% if item.external %}
{% else %}
{% endif %}
{{ item.title }}
{{ item.summary-home }}
Community
Join the PyTorch developer community to contribute, learn, and get your questions answered.
{% assign resources = site.resources | where: "featured-home",true | sort: 'order' %}
{% for resource in resources %}
{% assign card_title = resource.title | split: ' ' %}
Companies & Universities
Using PyTorch
{% assign case_studies = site.case_studies | where: "featured-home", true | sort: "order" %}
{% for case_study in case_studies %}
{% endfor %}