mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Adding wheels with py3.10 (#71419)
Summary: Adding wheels with py3.10 Pull Request resolved: https://github.com/pytorch/pytorch/pull/71419 Reviewed By: janeyx99 Differential Revision: D33657770 Pulled By: atalman fbshipit-source-id: 5d24f1771991ff07fbfd92d04d3d5211cf53084c
This commit is contained in:
parent
7c289e1dbf
commit
bf2f2624e1
|
|
@ -16,7 +16,7 @@ from typing import Dict, List, Tuple
|
|||
CUDA_ARCHES = ["10.2", "11.1", "11.3", "11.5"]
|
||||
|
||||
|
||||
ROCM_ARCHES = ["4.2", "4.3.1"]
|
||||
ROCM_ARCHES = ["4.3.1", "4.5.2"]
|
||||
|
||||
|
||||
def arch_type(arch_version: str) -> str:
|
||||
|
|
@ -65,6 +65,7 @@ FULL_PYTHON_VERSIONS = [
|
|||
"3.7",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10"
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ name: !{{ build_environment }}
|
|||
LIBTORCH_VARIANT: !{{ config["libtorch_variant"] }}
|
||||
DESIRED_DEVTOOLSET: !{{ config["devtoolset"] }}
|
||||
{%- else %}
|
||||
DESIRED_PYTHON: !{{ config["python_version"] }}
|
||||
DESIRED_PYTHON: "!{{ config["python_version"] }}"
|
||||
{%- endif %}
|
||||
{%- endmacro %}
|
||||
|
||||
|
|
|
|||
2026
.github/workflows/generated-linux-binary-conda.yml
generated
vendored
2026
.github/workflows/generated-linux-binary-conda.yml
generated
vendored
File diff suppressed because it is too large
Load Diff
5100
.github/workflows/generated-linux-binary-manywheel.yml
generated
vendored
5100
.github/workflows/generated-linux-binary-manywheel.yml
generated
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user