Searched full:pytorch (Results 1 – 25 of 2704) sorted by relevance
12345678910>>...109
... 1{ 2 "query_sha=e3d02ae0630578ecbdc5a012ecae959d0387a6d0f642a72bc4fc46dc9ee99622 name=pytorch number=105312 owner=pytorch": { 3 "data": { ...
5 # PyTorch Lint workflow does not have GITHUB_TOKEN defined to avoid42 os.environ["GIT_REMOTE_URL"] = "https://github.com/pytorch/pytorch"207 approved_by=["pytorch/metamates", "ngimel"],300 merge_rules = read_merge_rules(repo, "pytorch", "pytorch")306 pr = GitHubPR("pytorch", "pytorch", 109999)313 pr = GitHubPR("pytorch", "pytorch", 77700)326 pr = GitHubPR("pytorch", "pytorch", 115329)336 pr = GitHubPR("pytorch", "pytorch", 115495)343 pr = GitHubPR("pytorch", "pytorch", 90791)349 pr = GitHubPR("pytorch", "pytorch", 71759)[all …]
1 # Releasing PyTorch11 - [`pytorch/pytorch`](#pytorchpytorch)12 - [`pytorch/builder` / PyTorch domain libraries](#pytorchbuilder--pytorch-domain-libraries)13 …- [Making release branch specific changes for PyTorch](#making-release-branch-specific-changes-for…16 …[Drafting RCs (Release Candidates) for PyTorch and domain libraries](#drafting-rcs-release-candida…49 Following is the Release Compatibility Matrix for PyTorch releases:51 | PyTorch version | Python | C++ | Stable CUDA | Experimental CUDA | Stable ROCm |64 …on the release scheduled please follow [dev discuss](https://dev-discuss.pytorch.org/c/release-ann…80 Releasing a new version of PyTorch generally entails 3 major steps:91 … branch based off of the current `main` development branch of PyTorch. This allows PyTorch develop…[all …]
1  can be found at [hud.pytorch.org](https://hud.pytorch.org/ci/pytorch/p…15 - [More About PyTorch](#more-about-pytorch)30 - [Get the PyTorch Source](#get-the-pytorch-source)32 - [Install PyTorch](#install-pytorch)48 ## More About PyTorch50 [Learn the basics of PyTorch](https://pytorch.org/tutorials/beginner/basics/intro.html)52 At a granular level, PyTorch is a library that consists of the following components:[all …]
24 ANACONDA_USER: pytorch32 PYTORCH_ROOT: /pytorch41 if: ${{ github.repository_owner == 'pytorch' }}44 PYTORCH_ROOT: /pytorch51 DOCKER_IMAGE: pytorch/conda-builder:cpu-2.458 if: ${{ github.repository_owner == 'pytorch' }}62 PYTORCH_ROOT: /pytorch69 DOCKER_IMAGE: pytorch/conda-builder:cpu-2.477 if: ${{ github.repository_owner == 'pytorch' }}83 PYTORCH_ROOT: /pytorch[all …]
24 ANACONDA_USER: pytorch32 PYTORCH_ROOT: /pytorch41 if: ${{ github.repository_owner == 'pytorch' }}44 PYTORCH_ROOT: /pytorch51 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.458 if: ${{ github.repository_owner == 'pytorch' }}62 PYTORCH_ROOT: /pytorch69 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.477 if: ${{ github.repository_owner == 'pytorch' }}83 PYTORCH_ROOT: /pytorch[all …]
23 ANACONDA_USER: pytorch36 if: ${{ github.repository_owner == 'pytorch' }}40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch65 uses: pytorch/test-infra/.github/actions/setup-ssh@main69 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…76 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch93 - name: Checkout PyTorch97 path: pytorch99 - name: Clean PyTorch checkout103 working-directory: pytorch[all …]
41 pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9,42 pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9-inductor-benchmarks,43 pytorch-linux-focal-cuda12.4-cudnn9-py3.12-gcc9-inductor-benchmarks,44 pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9,45 pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9-inductor-benchmarks,46 pytorch-linux-focal-cuda12.1-cudnn9-py3.12-gcc9-inductor-benchmarks,47 pytorch-linux-focal-cuda11.8-cudnn9-py3-gcc9,48 pytorch-linux-focal-py3.8-clang10,49 pytorch-linux-focal-py3.11-clang10,50 pytorch-linux-focal-py3.12-clang10,[all …]
24 ANACONDA_USER: pytorch32 PYTORCH_ROOT: /pytorch41 if: ${{ github.repository_owner == 'pytorch' }}44 PYTORCH_ROOT: /pytorch51 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.459 if: ${{ github.repository_owner == 'pytorch' }}63 PYTORCH_ROOT: /pytorch70 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.479 if: ${{ github.repository_owner == 'pytorch' }}85 PYTORCH_ROOT: /pytorch[all …]
24 ANACONDA_USER: pytorch32 PYTORCH_ROOT: /pytorch41 if: ${{ github.repository_owner == 'pytorch' }}44 PYTORCH_ROOT: /pytorch51 DOCKER_IMAGE: pytorch/libtorch-cxx11-builder:cpu-2.459 if: ${{ github.repository_owner == 'pytorch' }}63 PYTORCH_ROOT: /pytorch70 DOCKER_IMAGE: pytorch/libtorch-cxx11-builder:cpu-2.479 if: ${{ github.repository_owner == 'pytorch' }}85 PYTORCH_ROOT: /pytorch[all …]
23 ANACONDA_USER: pytorch36 if: ${{ github.repository_owner == 'pytorch' }}40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch66 uses: pytorch/test-infra/.github/actions/setup-ssh@main70 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…77 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch94 - name: Checkout PyTorch98 path: pytorch100 - name: Clean PyTorch checkout104 working-directory: pytorch[all …]
23 ANACONDA_USER: pytorch36 if: ${{ github.repository_owner == 'pytorch' }}40 PYTORCH_ROOT: ${{ github.workspace }}/pytorch69 uses: pytorch/test-infra/.github/actions/setup-ssh@main73 …# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058…80 …Disables Windows Defender scheduled and real-time scanning for files in directories used by PyTorch97 - name: Checkout PyTorch101 path: pytorch103 - name: Clean PyTorch checkout107 working-directory: pytorch[all …]
28 DOCKER_ORG: pytorch38 if: github.repository_owner == 'pytorch'43 - name: Checkout PyTorch44 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.456 if: ${{ github.repository == 'pytorch/pytorch' }}72 uses: pytorch/test-infra/.github/actions/setup-ssh@release/2.475 # [see note: pytorch repo ref]77 - name: Checkout PyTorch89 username: pytorch105 # Generate PyTorch version to use[all …]
24 ANACONDA_USER: pytorch32 PYTORCH_ROOT: /pytorch41 if: ${{ github.repository_owner == 'pytorch' }}44 PYTORCH_ROOT: /pytorch51 DOCKER_IMAGE: pytorch/manylinuxaarch64-builder:cpu-aarch64-2.461 if: ${{ github.repository_owner == 'pytorch' }}65 PYTORCH_ROOT: /pytorch72 DOCKER_IMAGE: pytorch/manylinuxaarch64-builder:cpu-aarch64-2.481 if: ${{ github.repository_owner == 'pytorch' }}87 PYTORCH_ROOT: /pytorch[all …]
24 ANACONDA_USER: pytorch32 PYTORCH_ROOT: /pytorch49 if: ${{ github.repository_owner == 'pytorch' }}53 PYTORCH_ROOT: /pytorch61 DOCKER_IMAGE: pytorch/manylinux-builder:cuda11.8-2.571 if: ${{ github.repository_owner == 'pytorch' }}77 PYTORCH_ROOT: /pytorch85 DOCKER_IMAGE: pytorch/manylinux-builder:cuda11.8-2.595 if: ${{ github.repository_owner == 'pytorch' }}101 PYTORCH_ROOT: /pytorch[all …]
49 - name: Checkout PyTorch50 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.555 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.574 …# NOTE: manylinux_2_28 are still experimental, see https://github.com/pytorch/pytorch/issues/12364987 - name: Checkout PyTorch88 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.593 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.5122 - name: Checkout PyTorch126 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.5155 - name: Checkout PyTorch[all …]
1 # Contributing to PyTorch Distributed3 Please go through PyTorch's top level [Contributing Guide](../../CONTRIBUTING.md) before proceeding…5 …PyTorch Distributed Overview](https://pytorch.org/tutorials//beginner/dist_overview.html) is a gre…7 In this document, we mostly focus on some of the code structure for PyTorch distributed and impleme…11 …pytorch/pytorch/issues?q=is%3Aopen+is%3Aissue+label%3A%22module%3A+distributed%22+label%3A%22topic…22 - API layer: [torch/distributed/distributed_c10d.py](https://github.com/pytorch/pytorch/blob/main/t…23 - Python Bindings: [torch/csrc/distributed/c10d/init.cpp](https://github.com/pytorch/pytorch/blob/m…24 …torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp](https://github.com/pytorch/pytorch/blob/main/tor…28 - API layer: ([torch/distributed/_tensor/api.py](https://github.com/pytorch/pytorch/blob/main/torch…33 - API layer: [torch/nn/parallel/distributed.py](https://github.com/pytorch/pytorch/blob/main/torch/…[all …]
26 … returns the execution time. For an example, see: https://github.com/pytorch/pytorch/blob/main/tor…47 For an example, see: https://github.com/pytorch/pytorch/blob/main/torch/_inductor/kernel/mm.py57 AutoHeuristic provides a `BenchmarkRunner` class (https://github.com/pytorch/pytorch/blob/main/torc…60 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/pad_mm/gen_data_pad_mm.py61 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/mixed_mm/gen_data_mixed_mm.py78 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/mixed_mm/train_decision_mixe…79 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/pad_mm/train_decision_pad_mm…113 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/mixed_mm/train_decision_mixe…114 - https://github.com/pytorch/pytorch/blob/main/torchgen/_autoheuristic/pad_mm/train_decision_pad_mm…119 - pad_mm: https://github.com/pytorch/pytorch/pull/128643[all …]
3 …ribution Guide <https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contribution…5 PyTorch Contribution Guide8 PyTorch is a GPU-accelerated Python tensor computation package for17 The PyTorch organization is governed by :doc:`PyTorch19 can be found in `CONTRIBUTING.md <https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md>`_.21 The PyTorch development process involves a healthy amount of open24 PyTorch operates similarly to most open source projects on GitHub.35 tracker <https://github.com/pytorch/pytorch/issues/>`__ and see if41 - Join us on `dev discuss <https://dev-discuss.pytorch.org/>`_43 know PyTorch. We're very happy to help out researchers and[all …]
1 PyTorch Governance | Mechanics7 PyTorch adopts a technical governance structure that is hierarchical.11 * A small set of **module maintainers** drive each module of the PyTorch19 PyTorch’s design philosophy.39 Modules are defined as GitHub repositories within the PyTorch org,41 `pytorch/pytorch <https://github.com/pytorch/pytorch>`__.74 of the PyTorch code base and design philosophies. Their responsibilities81 PyTorch and evaluating / accepting them (small module-level91 The core maintainers are admins of the PyTorch GitHub Org92 and are listed in `Maintainers <https://pytorch.org/docs/stable/community/persons_of_interest.html>…[all …]
4 GROUP=org.pytorch5 MAVEN_GROUP=org.pytorch7 POM_URL=https://github.com/pytorch/pytorch/tree/master/android8 POM_SCM_URL=https://github.com/pytorch/pytorch.git9 POM_SCM_CONNECTION=scm:git:https://github.com/pytorch/pytorch10 POM_SCM_DEV_CONNECTION=scm:git:git@github.com:pytorch/pytorch.git12 POM_LICENSE_URL=https://github.com/pytorch/pytorch/blob/master/LICENSE13 POM_ISSUES_URL=https://github.com/pytorch/pytorch/issues15 POM_DEVELOPER_ID=pytorch16 POM_DEVELOPER_NAME=pytorch
5 …h code walk-through can be find in [this github repo](https://github.com/pytorch/android-demo-app).19 implementation 'org.pytorch:pytorch_android_lite:1.10.0'20 implementation 'org.pytorch:pytorch_android_torchvision_lite:1.10.0'25 implementation 'org.pytorch:pytorch_android:1.10.0'26 implementation 'org.pytorch:pytorch_android_torchvision:1.10.0'45 implementation 'org.pytorch:pytorch_android_lite:1.12.0-SNAPSHOT'46 implementation 'org.pytorch:pytorch_android_torchvision_lite:1.12.0-SNAPSHOT'53 implementation 'org.pytorch:pytorch_android:1.12.0-SNAPSHOT'54 implementation 'org.pytorch:pytorch_android_torchvision:1.12.0-SNAPSHOT'60 ## Building PyTorch Android from Source[all …]
101 # https://github.com/pytorch/pytorch/pull/109083135 # https://github.com/pytorch/pytorch/issues/80411139 # See https://github.com/pytorch/pytorch/pull/78358156 # https://github.com/pytorch/pytorch/issues/80411160 # See https://github.com/pytorch/pytorch/pull/78358188 # https://github.com/pytorch/pytorch/issues/80411192 # See https://github.com/pytorch/pytorch/pull/78358210 # https://github.com/pytorch/pytorch/issues/80411214 # See https://github.com/pytorch/pytorch/pull/78358218 … # Issue with conj and torch dispatch, see https://github.com/pytorch/pytorch/issues/82479[all …]