An open API service for producing an overview of a list of open source projects.

https://github.com/pytorch/pytorch

autograd deep-learning gpu machine-learning neural-network numpy python tensor

Score: 38.92433815875021

Last synced: about 22 hours ago
JSON representation

Repository metadata:

Tensors and Dynamic neural networks in Python with strong GPU acceleration


Owner metadata:


Committers metadata

Last synced: 4 days ago

Total Commits: 100,834
Total Committers: 5,246
Avg Commits per committer: 19.221
Development Distribution Score (DDS): 0.953

Commits in past year: 15,643
Committers in past year: 1,123
Avg Commits per committer in past year: 13.93
Development Distribution Score (DDS) in past year: 0.895

Name Email Commits
PyTorch MergeBot p****t 4777
Edward Yang e****g@f****m 3459
Nikita Shulga n****a@f****m 3056
Richard Zou z****9@g****m 1816
Jerry Zhang j****h@f****m 1221
cyy c****r@o****m 1181
Gregory Chanan g****n@f****m 1081
Animesh Jain a****n@u****u 988
Peter Bell p****0@l****k 892
Adam Paszke a****e@g****m 870
Michael Suo s****o@f****m 812
Horace He c****i@f****m 752
Soumith Chintala s****h@g****m 745
Jane Xu j****x@f****m 742
albanD d****n@g****m 733
Zachary DeVito z****o@f****m 730
Rohan Varma r****1@f****m 684
Scott Wolchok s****k@f****m 674
Bin Bao b****o@m****m 663
Jason Ansel j****l@m****m 644
Huy Do h****n@g****m 642
Sam Gross c****y@g****m 594
Wanchao Liang w****l 594
eellison e****n@g****m 590
James Reed j****d@f****m 586
Catherine Lee c****l@f****m 584
Michael Lazos m****s@m****m 571
angelayi y****7@g****m 571
Sebastian Messmer m****r@f****m 562
Andrew Gu a****u@f****m 549
and 5216 more...

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 16,554
Total pull requests: 44,853
Average time to close issues: 5 months
Average time to close pull requests: 18 days
Total issue authors: 4,875
Total pull request authors: 2,677
Average comments per issue: 3.09
Average comments per pull request: 5.51
Merged pull request: 620
Bot issues: 3,128
Bot pull requests: 158

Past year issues: 3,400
Past year pull requests: 10,819
Past year average time to close issues: 17 days
Past year average time to close pull requests: 9 days
Past year issue authors: 1,158
Past year pull request authors: 949
Past year average comments per issue: 1.94
Past year average comments per pull request: 4.65
Past year merged pull request: 151
Past year bot issues: 785
Past year bot pull requests: 16

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/pytorch/pytorch

Top Issue Authors

  • pytorch-bot[bot] (3,127)
  • ezyang (391)
  • zou3519 (354)
  • malfet (199)
  • atalman (182)
  • hyperkai (163)
  • huydhn (148)
  • etaf (120)
  • bdhirsh (116)
  • zxd1997066 (114)
  • justinchuby (93)
  • anijain2305 (88)
  • Chillee (85)
  • jithunnair-amd (82)
  • laithsakka (78)

Top Pull Request Authors

  • malfet (1,336)
  • cyyever (1,308)
  • anijain2305 (1,067)
  • ezyang (1,013)
  • bobrenjc93 (797)
  • zou3519 (619)
  • XuehaiPan (602)
  • jansel (573)
  • desertfire (548)
  • atalman (497)
  • clee2000 (483)
  • angelayi (481)
  • laithsakka (456)
  • mlazos (450)
  • xmfan (423)

Top Issue Labels

  • triaged (8,536)
  • oncall: pt2 (4,059)
  • skipped (3,484)
  • module: flaky-tests (3,178)
  • module: inductor (1,606)
  • module: dynamo (1,001)
  • oncall: distributed (825)
  • module: rocm (715)
  • high priority (636)
  • module: onnx (526)
  • module: functorch (469)
  • module: cuda (440)
  • module: dynamic shapes (359)
  • module: ci (353)
  • oncall: export (352)
  • actionable (333)
  • module: macos (311)
  • module: pt2-dispatcher (293)
  • module: docs (289)
  • module: mps (283)
  • module: nn (273)
  • triage review (257)
  • needs reproduction (232)
  • module: fsdp (229)
  • oncall: cpu inductor (221)
  • module: build (196)
  • module: xpu (188)
  • module: windows (183)
  • module: nestedtensor (182)
  • module: regression (178)

Top Pull Request Labels

  • ciflow/trunk (22,046)
  • topic: not user facing (20,573)
  • Merged (18,343)
  • ciflow/inductor (16,728)
  • merging (15,440)
  • open source (14,011)
  • module: inductor (9,464)
  • module: dynamo (7,329)
  • fb-exported (4,877)
  • triaged (4,803)
  • oncall: distributed (4,674)
  • Stale (3,244)
  • Reverted (2,404)
  • module: cpu (1,774)
  • ci-no-td (1,481)
  • release notes: fx (1,444)
  • release notes: distributed (c10d) (1,358)
  • ciflow/mps (1,254)
  • release notes: quantization (1,175)
  • ciflow/rocm (1,107)
  • module: rocm (986)
  • ciflow/periodic (945)
  • keep-going (922)
  • release notes: dynamo (847)
  • ciflow/xpu (832)
  • topic: bug fixes (816)
  • release notes: inductor (806)
  • release notes: mps (742)
  • fx (714)
  • release notes: releng (673)

Package metadata

pypi.org: torch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

conda-forge.org: pytorch

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 1.12.1 (published over 3 years ago)
  • Last Synced: 2026-03-01T15:24:56.981Z (28 days ago)
  • Versions: 11
  • Dependent Packages: 254
  • Dependent Repositories: 2,722
  • Rankings:
    • Dependent repos count: 0.17%
    • Average: 0.212%
    • Dependent packages count: 0.255%
anaconda.org: pytorch

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 2.8.0 (published 3 months ago)
  • Last Synced: 2026-03-10T19:42:47.477Z (19 days ago)
  • Versions: 26
  • Dependent Packages: 20
  • Dependent Repositories: 2,722
  • Rankings:
    • Stargazers count: 0.423%
    • Forks count: 0.543%
    • Average: 0.989%
    • Dependent repos count: 1.027%
    • Dependent packages count: 1.963%
proxy.golang.org: github.com/pytorch/pytorch

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/pytorch/pytorch#section-documentation
  • Licenses: other
  • Latest release: v2.8.0+incompatible (published 8 months ago)
  • Last Synced: 2026-02-23T00:01:34.687Z (about 1 month ago)
  • Versions: 240
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Rankings:
    • Forks count: 0.009%
    • Stargazers count: 0.011%
    • Average: 3.572%
    • Dependent repos count: 4.706%
    • Dependent packages count: 9.561%
pypi.org: pytorch-gpu

torch-gpu

  • Homepage: https://github.com/pytorch/pytorch
  • Documentation: https://pytorch-gpu.readthedocs.io/
  • Licenses: MIT
  • Latest release: 0.0.1 (published over 3 years ago)
  • Last Synced: 2026-03-21T13:08:09.652Z (8 days ago)
  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 11
  • Downloads: 353 Last month
  • Rankings:
    • Stargazers count: 0.005%
    • Forks count: 0.008%
    • Average: 3.766%
    • Dependent repos count: 4.363%
    • Dependent packages count: 4.798%
    • Downloads: 9.654%
  • Maintainers (1)
repo1.maven.org: org.pytorch:pytorch_android_lite

pytorch_android_lite pytorch android api

  • Homepage: https://github.com/pytorch/pytorch/tree/master/android
  • Documentation: https://appdoc.app/artifact/org.pytorch/pytorch_android_lite/
  • Licenses: other
  • Latest release: 2.1.0 (published over 2 years ago)
  • Last Synced: 2026-03-21T13:08:00.363Z (8 days ago)
  • Versions: 9
  • Dependent Packages: 5
  • Dependent Repositories: 48
  • Rankings:
    • Stargazers count: 0.322%
    • Forks count: 0.504%
    • Dependent repos count: 3.147%
    • Average: 3.865%
    • Dependent packages count: 11.485%
repo1.maven.org: org.pytorch:pytorch_android

pytorch_android pytorch android api

  • Homepage: https://github.com/pytorch/pytorch/tree/master/android
  • Documentation: https://appdoc.app/artifact/org.pytorch/pytorch_android/
  • Licenses: other
  • Latest release: 2.1.0 (published over 2 years ago)
  • Last Synced: 2026-03-25T15:05:56.188Z (4 days ago)
  • Versions: 12
  • Dependent Packages: 4
  • Dependent Repositories: 287
  • Rankings:
    • Stargazers count: 0.323%
    • Forks count: 0.504%
    • Dependent repos count: 0.901%
    • Average: 3.914%
    • Dependent packages count: 13.926%
repo1.maven.org: org.pytorch:pytorch_java_only

pytorch_java_only pytorch java api

  • Homepage: https://github.com/pytorch/pytorch/tree/master/android
  • Documentation: https://appdoc.app/artifact/org.pytorch/pytorch_java_only/
  • Licenses: other
  • Latest release: 2.1.0 (published over 2 years ago)
  • Last Synced: 2026-03-21T13:05:54.209Z (8 days ago)
  • Versions: 11
  • Dependent Packages: 6
  • Dependent Repositories: 12
  • Rankings:
    • Stargazers count: 0.323%
    • Forks count: 0.504%
    • Average: 4.4%
    • Dependent repos count: 7.06%
    • Dependent packages count: 9.712%
conda-forge.org: pytorch-cpu

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 1.12.1 (published over 3 years ago)
  • Last Synced: 2026-03-10T20:40:00.950Z (19 days ago)
  • Versions: 14
  • Dependent Packages: 14
  • Dependent Repositories: 50
  • Rankings:
    • Dependent packages count: 4.471%
    • Average: 4.756%
    • Dependent repos count: 5.04%
repo1.maven.org: org.pytorch:pytorch_android_torchvision

pytorch_android_torchvision

  • Homepage: https://github.com/pytorch/pytorch/tree/master/android
  • Documentation: https://appdoc.app/artifact/org.pytorch/pytorch_android_torchvision/
  • Licenses: other
  • Latest release: 2.1.0 (published over 2 years ago)
  • Last Synced: 2026-03-25T15:05:45.667Z (4 days ago)
  • Versions: 11
  • Dependent Packages: 2
  • Dependent Repositories: 271
  • Rankings:
    • Stargazers count: 0.322%
    • Forks count: 0.504%
    • Dependent repos count: 0.942%
    • Average: 6.231%
    • Dependent packages count: 23.158%
repo1.maven.org: org.pytorch:pytorch_android_torchvision_lite

pytorch_android_torchvision_lite

  • Homepage: https://github.com/pytorch/pytorch/tree/master/android
  • Documentation: https://appdoc.app/artifact/org.pytorch/pytorch_android_torchvision_lite/
  • Licenses: other
  • Latest release: 2.1.0 (published over 2 years ago)
  • Last Synced: 2026-03-25T15:04:13.256Z (4 days ago)
  • Versions: 8
  • Dependent Packages: 2
  • Dependent Repositories: 26
  • Rankings:
    • Stargazers count: 0.323%
    • Forks count: 0.504%
    • Dependent repos count: 4.635%
    • Average: 7.155%
    • Dependent packages count: 23.158%
conda-forge.org: pytorch-gpu

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 1.12.1 (published over 3 years ago)
  • Last Synced: 2026-03-01T15:22:53.128Z (28 days ago)
  • Versions: 11
  • Dependent Packages: 7
  • Dependent Repositories: 18
  • Rankings:
    • Dependent packages count: 8.009%
    • Average: 8.179%
    • Dependent repos count: 8.349%
anaconda.org: pytorch-cpu

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 2.8.0 (published 3 months ago)
  • Last Synced: 2026-03-04T16:59:09.984Z (25 days ago)
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 50
  • Rankings:
    • Stargazers count: 0.242%
    • Forks count: 0.423%
    • Average: 19.071%
    • Dependent repos count: 24.426%
    • Dependent packages count: 51.193%
anaconda.org: pytorch-gpu

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 2.8.0 (published 3 months ago)
  • Last Synced: 2026-03-10T19:42:42.445Z (19 days ago)
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 18
  • Rankings:
    • Stargazers count: 0.242%
    • Forks count: 0.423%
    • Average: 21.215%
    • Dependent repos count: 33.001%
    • Dependent packages count: 51.193%
pypi.org: torch-cpp

Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • Homepage: https://pytorch.org/
  • Documentation: https://torch-cpp.readthedocs.io/
  • Licenses: BSD-3
  • Latest release: 0.1.0 (published over 1 year ago)
  • Last Synced: 2026-03-25T15:05:13.789Z (4 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 25 Last month
  • Rankings:
    • Dependent packages count: 10.649%
    • Average: 35.309%
    • Dependent repos count: 59.97%
  • Maintainers (1)
pypi.org: pytorch-riscv64

Tensors and Dynamic neural networks in Python

  • Homepage: https://pytorch.org/
  • Documentation: https://pytorch-riscv64.readthedocs.io/
  • Licenses: BSD-3
  • Latest release: 2.3.0a1 (published over 1 year ago)
  • Last Synced: 2026-03-23T14:04:12.346Z (6 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 10 Last month
  • Rankings:
    • Dependent packages count: 10.706%
    • Average: 35.5%
    • Dependent repos count: 60.294%
  • Maintainers (1)
pypi.org: torch-sas

Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • Homepage: https://pytorch.org/
  • Documentation: https://torch-sas.readthedocs.io/
  • Licenses: BSD-3
  • Latest release: 1.13.0a0 (published almost 2 years ago)
  • Last Synced: 2026-03-21T13:05:44.233Z (8 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 10.954%
    • Average: 36.317%
    • Dependent repos count: 61.68%
  • Maintainers (1)
pypi.org: torch-abi

Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • Homepage: https://pytorch.org/
  • Documentation: https://torch-abi.readthedocs.io/
  • Licenses: BSD-3
  • Latest release: 1.13.0a0 (published almost 2 years ago)
  • Last Synced: 2026-03-25T15:04:45.529Z (4 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 12 Last month
  • Rankings:
    • Dependent packages count: 10.954%
    • Average: 36.317%
    • Dependent repos count: 61.68%
  • Maintainers (1)
pypi.org: rpi-torch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • Homepage: https://pytorch.org/
  • Documentation: https://rpi-torch.readthedocs.io/
  • Licenses: BSD-3
  • Latest release: 1.5.0 (published almost 5 years ago)
  • Last Synced: 2026-03-21T13:07:53.316Z (8 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 6 Last month
  • Rankings:
    • Dependent packages count: 9.682%
    • Dependent repos count: 21.869%
    • Average: 36.606%
    • Downloads: 78.266%
  • Maintainers (1)
anaconda.org: libtorch

PyTorch is a Python package that provides two high-level features: - Tensor computation (like NumPy) with strong GPU acceleration - Deep neural networks built on a tape-based autograd system You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

  • Homepage: https://pytorch.org/
  • Licenses: BSD-3-Clause
  • Latest release: 2.8.0 (published 3 months ago)
  • Last Synced: 2026-03-20T08:04:28.450Z (9 days ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9,080 Total
  • Rankings:
    • Dependent packages count: 46.531%
    • Average: 48.844%
    • Dependent repos count: 51.156%

Dependencies

android/pytorch_android/host/build.gradle maven
  • com.google.code.findbugs:jsr305 3.0.1 compileOnly
  • com.facebook.fbjni:fbjni-java-only 0.2.2 implementation
  • com.facebook.soloader:nativeloader 0.10.1 implementation
  • junit:junit 4.12 testImplementation
docs/requirements.txt pypi
  • matplotlib *
  • python-etcd >=0.4.5
  • sphinx ==5.0.0
  • sphinx-panels *
  • sphinx_copybutton *
  • sphinxcontrib.katex *
  • tensorboard *
.github/actions/checkout-pytorch/action.yml actions
  • malfet/checkout silent-checkout composite
.github/actions/chown-workspace/action.yml actions
.github/actions/diskspace-cleanup/action.yml actions
.github/actions/download-build-artifacts/action.yml actions
  • actions/download-artifact v3 composite
  • seemethere/download-artifact-s3 v4 composite
.github/actions/filter-test-configs/action.yml actions
  • nick-fields/retry 3e91a01664abd3c5cd539100d10d33b9c5b68482 composite
.github/actions/get-workflow-job-id/action.yml actions
.github/actions/pytest-cache-download/action.yml actions
  • nick-fields/retry 3e91a01664abd3c5cd539100d10d33b9c5b68482 composite
.github/actions/pytest-cache-upload/action.yml actions
  • nick-fields/retry 3e91a01664abd3c5cd539100d10d33b9c5b68482 composite
.github/actions/setup-linux/action.yml actions
  • nick-fields/retry 3e91a01664abd3c5cd539100d10d33b9c5b68482 composite
.github/actions/setup-rocm/action.yml actions
  • ./.github/actions/diskspace-cleanup * composite
.github/actions/setup-win/action.yml actions
.github/actions/teardown-rocm/action.yml actions
  • ./.github/actions/diskspace-cleanup * composite
.github/actions/teardown-win/action.yml actions
  • nick-fields/retry v2.8.2 composite
  • pytorch/test-infra/.github/actions/cleanup-runner main composite
.github/actions/test-pytorch-binary/action.yml actions
.github/actions/upload-test-artifacts/action.yml actions
  • actions/upload-artifact v3 composite
  • seemethere/upload-artifact-s3 v5 composite
.github/workflows/_bazel-build-test.yml actions
  • ./.github/actions/chown-workspace * composite
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/setup-linux * composite
  • ./.github/actions/upload-test-artifacts * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/calculate-docker-image main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-nvidia main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
.github/workflows/_binary-build-linux.yml actions
  • ./.github/actions/chown-workspace * composite
  • ./.github/actions/setup-linux * composite
  • ./pytorch/.github/actions/chown-workspace * composite
  • ./pytorch/.github/actions/filter-test-configs * composite
  • actions/upload-artifact v3 composite
  • malfet/checkout silent-checkout composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
.github/workflows/_binary-test-linux.yml actions
  • ./.github/actions/chown-workspace * composite
  • ./.github/actions/setup-linux * composite
  • ./pytorch/.github/actions/chown-workspace * composite
  • ./pytorch/.github/actions/filter-test-configs * composite
  • ./pytorch/.github/actions/test-pytorch-binary * composite
  • actions/download-artifact v3 composite
  • malfet/checkout silent-checkout composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-nvidia main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
.github/workflows/_binary-upload.yml actions
  • actions/download-artifact v3 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/_docs.yml actions
  • ./.github/actions/chown-workspace * composite
  • ./.github/actions/download-build-artifacts * composite
  • ./.github/actions/setup-linux * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/calculate-docker-image main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
  • seemethere/upload-artifact-s3 v5 composite
.github/workflows/_linux-build.yml actions
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/setup-linux * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/calculate-docker-image main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
  • seemethere/upload-artifact-s3 v5 composite
.github/workflows/_linux-test.yml actions
  • ./.github/actions/download-build-artifacts * composite
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/pytest-cache-download * composite
  • ./.github/actions/pytest-cache-upload * composite
  • ./.github/actions/setup-linux * composite
  • ./.github/actions/upload-test-artifacts * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/calculate-docker-image main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-nvidia main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
  • seemethere/upload-artifact-s3 v5 composite
.github/workflows/_mac-build.yml actions
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • actions/upload-artifact v3 composite
  • nick-fields/retry v2.8.2 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/check-disk-space main composite
  • pytorch/test-infra/.github/actions/setup-miniconda main composite
.github/workflows/_mac-test.yml actions
  • ./.github/actions/download-build-artifacts * composite
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/upload-test-artifacts * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/check-disk-space main composite
  • pytorch/test-infra/.github/actions/setup-miniconda main composite
.github/workflows/_rocm-test.yml actions
  • ./.github/actions/download-build-artifacts * composite
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/setup-rocm * composite
  • ./.github/actions/teardown-rocm * composite
  • ./.github/actions/upload-test-artifacts * composite
  • actions/upload-artifact v3 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/calculate-docker-image main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
.github/workflows/_win-build.yml actions
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/setup-win * composite
  • ./.github/actions/teardown-win * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/cleanup-runner main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • seemethere/upload-artifact-s3 v5 composite
.github/workflows/_win-test.yml actions
  • ./.github/actions/filter-test-configs * composite
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/pytest-cache-download * composite
  • ./.github/actions/pytest-cache-upload * composite
  • ./.github/actions/setup-win * composite
  • ./.github/actions/teardown-win * composite
  • ./.github/actions/upload-test-artifacts * composite
  • nick-fields/retry 3e91a01664abd3c5cd539100d10d33b9c5b68482 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/cleanup-runner main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • seemethere/download-artifact-s3 v4 composite
.github/workflows/auto_request_review.yml actions
  • necojackarc/auto-request-review e08cdffa277d50854744de3f76230260e61c67f4 composite
.github/workflows/build-triton-wheel.yml actions
  • ./.github/actions/setup-linux * composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
.github/workflows/close-nonexistent-disable-issues.yml actions
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/create_release.yml actions
  • malfet/checkout silent-checkout composite
  • softprops/action-gh-release v1 composite
.github/workflows/docker-builds.yml actions
  • ./.github/actions/chown-workspace * composite
  • ./.github/actions/setup-linux * composite
  • nick-fields/retry 3e91a01664abd3c5cd539100d10d33b9c5b68482 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • pytorch/test-infra/.github/actions/calculate-docker-image main composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
.github/workflows/docker-release.yml actions
  • ./.github/actions/setup-linux * composite
  • actions/checkout v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
  • pytorch/test-infra/.github/actions/setup-ssh main composite
  • pytorch/test-infra/.github/actions/teardown-linux main composite
.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml actions
.github/workflows/generated-linux-binary-manywheel-nightly.yml actions
  • ./.github/actions/setup-rocm * composite
  • ./.github/actions/teardown-rocm * composite
  • ./pytorch/.github/actions/test-pytorch-binary * composite
  • actions/download-artifact v3 composite
  • malfet/checkout silent-checkout composite
  • pytorch/test-infra/.github/actions/pull-docker-image main composite
.github/workflows/generated-macos-arm64-binary-wheel-nightly.yml actions
  • actions/upload-artifact v3 composite
  • malfet/checkout silent-checkout composite
  • nick-fields/retry v2.8.2 composite
.github/workflows/generated-windows-binary-libtorch-debug-nightly.yml actions
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • malfet/checkout silent-checkout composite
  • seemethere/add-github-ssh-key v1 composite
.github/workflows/generated-windows-binary-wheel-nightly.yml actions
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • malfet/checkout silent-checkout composite
  • seemethere/add-github-ssh-key v1 composite
.github/workflows/inductor-perf-compare.yml actions
.github/workflows/inductor-perf-test-nightly.yml actions
.github/workflows/inductor-periodic.yml actions
.github/workflows/inductor.yml actions
.github/workflows/lint-bc.yml actions
  • pytorch/test-infra/.github/actions/bc-lint main composite
.github/workflows/lint.yml actions
  • actions/setup-python v4 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/mac-mps.yml actions
.github/workflows/nightly.yml actions
  • ./.github/actions/update-commit-hash * composite
  • actions/checkout v3 composite
.github/workflows/periodic.yml actions
.github/workflows/pull.yml actions
.github/workflows/revert.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v4 composite
.github/workflows/scorecards.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • github/codeql-action/upload-sarif 5f532563584d71fdef14ee64d17bafb34f751ce5 composite
  • ossf/scorecard-action 865b4092859256271290c77adbd10a43f4779972 composite
.github/workflows/slow.yml actions
.github/workflows/stale.yml actions
  • actions/github-script v6 composite
.github/workflows/trunk.yml actions
.github/workflows/trymerge.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tryrebase.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v4 composite
.github/workflows/unstable-periodic.yml actions
.github/workflows/unstable.yml actions
.github/workflows/update-viablestrict.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/update_pytorch_labels.yml actions
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/upload-test-stats.yml actions
  • actions/setup-python v4 composite
  • octokit/request-action v2.1.0 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/upload-torch-dynamo-perf-stats.yml actions
  • actions/setup-python v4 composite
  • octokit/request-action v2.1.0 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/weekly.yml actions
  • ./.github/actions/update-commit-hash * composite
  • actions/checkout v3 composite
.ci/docker/linter/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
.ci/docker/linter-cuda/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
.ci/docker/ubuntu/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
.ci/docker/ubuntu-rocm/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/miniconda 0-3 build
Dockerfile docker
  • ${BASE_IMAGE} latest build
  • conda latest build
  • dev-base latest build
  • official latest build
android/build.gradle maven
android/pytorch_android/build.gradle maven
android/pytorch_android_torchvision/build.gradle maven
.ci/docker/requirements-ci.txt pypi
  • boto3 ==1.19.12
  • click *
  • coremltools ==5.0b5
  • expecttest ==0.1.6
  • flatbuffers ==2.0
  • ghstack ==0.7.1
  • hypothesis ==5.35.1
  • jinja2 ==3.1.2
  • junitparser ==2.1.1
  • librosa >=0.6.2
  • lintrunner ==0.10.7
  • mypy ==1.4.1
  • networkx ==2.8.8
  • numba ==0.55.2
  • numba ==0.49.0
  • numba ==0.54.1
  • opt-einsum ==3.3
  • optree ==0.9.1
  • pillow ==9.5.0
  • pillow ==9.3.0
  • protobuf ==3.20.2
  • psutil *
  • pygments ==2.15.0
  • pytest ==7.3.2
  • pytest-cpp ==2.3.0
  • pytest-flakefinder ==1.1.0
  • pytest-rerunfailures >=10.3
  • pytest-shard ==0.1.2
  • pytest-xdist ==3.3.1
  • rockset ==1.0.3
  • scikit-image ==0.19.3
  • scikit-image ==0.20.0
  • scipy ==1.10.1
  • scipy ==1.6.3
  • scipy ==1.8.1
  • tb-nightly ==2.13.0a20230426
  • tensorboard ==2.13.0
  • unittest-xml-reporting <=3.2.0,>=2.0.0
  • xdoctest ==1.1.0
  • z3-solver ==4.12.2.0
.ci/docker/requirements-docs.txt pypi
  • IPython ==8.12.0
  • breathe ==4.34.0
  • bs4 ==0.0.1
  • docutils ==0.16
  • exhale ==0.2.3
  • matplotlib ==3.5.3
  • myst-nb ==0.17.2
  • myst-parser ==0.18.1
  • python-etcd ==0.4.5
  • sphinx ==5.3.0
  • sphinx-copybutton ==0.5.0
  • sphinx-panels ==0.4.1
  • sphinxcontrib.katex ==0.8.6
  • tensorboard ==2.13.0
.github/requirements/regenerate-requirements.txt pypi
  • jinja2 *
  • typing-extensions *
.github/requirements-gha-cache.txt pypi
  • boto3 ==1.19.12
  • jinja2 ==3.0.1
  • lintrunner ==0.10.7
  • ninja ==1.10.0.post1
  • nvidia-ml-py ==11.525.84
  • pyyaml ==6.0
  • requests ==2.31.0
  • rich ==10.9.0
  • rockset ==1.0.3
benchmarks/instruction_counts/definitions/setup.py pypi
benchmarks/operator_benchmark/pt_extension/setup.py pypi
.github/workflows/inductor-micro-benchmark.yml actions
.ci/lumen_cli/pyproject.toml pypi
  • docker ==7.1.0
  • gitpython ==3.1.45
  • pytest ==7.3.2
  • pyyaml ==6.0.2
  • uv ==0.9.6
.github/workflows/build-almalinux-images.yml actions
  • pytorch/pytorch/.github/actions/binary-docker-build main composite
.github/workflows/quantization-periodic.yml actions
.github/workflows/test-check-binary.yml actions
test/cpp_extensions/open_registration_extension/torch_openreg/setup.py pypi
test/cpp_extensions/setup.py pypi
.github/workflows/b200-symm-mem.yml actions
.github/workflows/nightly-s3-uploads.yml actions
  • actions/setup-python a26af69be951a213d495a4c3e4e4022e16d87065 composite
  • aws-actions/configure-aws-credentials ececac1a45f3b08a01d2dd070d28d111c5fe6722 composite
  • nick-fields/retry 7152eba30c6575329ac0576536151aca5a72780e composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/target_determination.yml actions
  • ./.github/actions/get-workflow-job-id * composite
  • ./.github/actions/pytest-cache-download * composite
  • ./.github/actions/setup-linux * composite
  • actions/upload-artifact ea165f8d65b6e75b540449e92b4886f43607fa02 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
  • seemethere/download-artifact-s3 1da556a7aa0a088e3153970611f6c432d58e80e6 composite
  • seemethere/upload-artifact-s3 baba72d0712b404f646cebe0730933554ebce96a composite
.github/workflows/vllm.yml actions
.github/ci_configs/vllm/Dockerfile docker
  • ${BUILD_BASE_IMAGE} latest build
  • ${FINAL_BASE_IMAGE} latest build
  • base latest build
  • nvidia/cuda ${CUDA_VERSION}-devel-ubuntu22.04 build
  • scratch latest build
.github/workflows/tools-unit-tests.yml actions
  • actions/setup-python a26af69be951a213d495a4c3e4e4022e16d87065 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/workflows/upload_test_stats_intermediate.yml actions
  • actions/setup-python a26af69be951a213d495a4c3e4e4022e16d87065 composite
  • aws-actions/configure-aws-credentials ececac1a45f3b08a01d2dd070d28d111c5fe6722 composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
test/cpp_extensions/no_python_abi_suffix_test/setup.py pypi
test/cpp_extensions/open_registration_extension/torch_openreg/pyproject.toml pypi
  • torch *
.ci/docker/ubuntu-xpu/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
.github/workflows/inductor-perf-test-b200.yml actions
.github/workflows/operator_benchmark.yml actions
.github/workflows/upload-test-stats-while-running.yml actions
  • ./.github/actions/setup-linux * composite
  • pytorch/pytorch/.github/actions/checkout-pytorch main composite
.github/actions/download-td-artifacts/action.yml actions
  • actions/download-artifact v4 composite
  • seemethere/download-artifact-s3 v4 composite