pytorch/.github/templates
atalman 2cffbff7da Add 3.13t Windows and MacOS binary builds (#141806)
Related to: https://github.com/pytorch/pytorch/issues/130249

For conda uses approach described here:
https://conda-forge.org/blog/2024/09/26/python-313/

Create Python 3.13t conda env like so:
```
conda create -n py313 python=3.13 python-freethreading  -c conda-forge
```

For windows executable installation we need to pass additional parameter to enable 3.13t:
```
Include_freethreaded=1
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/141806
Approved by: https://github.com/albanD
2025-01-21 17:16:19 +00:00
..
common.yml.j2 Remove builder repo from workflows and scripts (#143776) 2024-12-24 14:11:51 +00:00
linux_binary_build_workflow.yml.j2 [BE] - Remove conda test and upload scripts and env variables from Workflows Part 1 (#144870) 2025-01-16 17:20:14 +00:00
macos_binary_build_workflow.yml.j2 Add 3.13t Windows and MacOS binary builds (#141806) 2025-01-21 17:16:19 +00:00
upload.yml.j2 [BE] - Remove conda test and upload scripts and env variables from Workflows Part 1 (#144870) 2025-01-16 17:20:14 +00:00
windows_binary_build_workflow.yml.j2 [BE] - Remove conda test and upload scripts and env variables from Workflows Part 1 (#144870) 2025-01-16 17:20:14 +00:00