mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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 |
||
|---|---|---|
| .. | ||
| common.yml.j2 | ||
| linux_binary_build_workflow.yml.j2 | ||
| macos_binary_build_workflow.yml.j2 | ||
| upload.yml.j2 | ||
| windows_binary_build_workflow.yml.j2 | ||