Bump PyTorch/Torchaudio to 2.10+, switch GPU wheels to CUDA 12.8, and update Python range - #6
Open
EnisBerk wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
requirements_cpu.txtand renamed/updatedrequirements_gpu_cu128.txtto requiretorch>=2.10,<3,torchaudio>=2.10,<3, andtorchvision>=0.25,<0.26and to point the extra-index to the CUDA 12.8 wheel index.environment_cpu.ymlandenvironment_gpu.ymlto requirepython>=3.10,<3.15, pinpytorch/pytorch-gputo>=2.10,<3, bumptorchvisionto>=0.25,<0.26, and installtorchaudio>=2.10,<3from the appropriate wheel index.setup.pyto referencerequirements_gpu_cu128.txtand setpython_requires='>=3.10, <3.15'.docs/installation.md,docs/common/troubleshooting.md, and README references) to mention CUDA 12.8 guidance, the new requirements filename, Python range, and torchaudio/FFmpeg compatibility notes.pipentries.Testing
python -m py_compile setup.pyto validatesetup.pysyntax, which succeeded.environment_cpu.ymlandenvironment_gpu.ymlparse as YAML usingyaml.safe_load, which succeeded.requirements_cpu.txtandrequirements_gpu_cu128.txtto verify expected requirement entries were present, which succeeded.Codex Task