File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66 " packaging>=24.2" ,
77 " setuptools>=77.0.3,<80.0.0" ,
88 " setuptools-scm>=8.0" ,
9- " torch == 2.7.0 " ,
9+ " torch == 2.7.1+cpu " ,
1010 " wheel" ,
1111 " jinja2" ,
1212]
Original file line number Diff line number Diff line change 44packaging>=24.2
55setuptools>=77.0.3,<80.0.0
66setuptools-scm>=8
7- torch==2.7.0
7+ torch==2.7.1+cpu
88wheel
99jinja2>=3.1.6
1010regex
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ packaging>=24.2
66setuptools>=77.0.3,<80.0.0
77setuptools-scm>=8
88--extra-index-url https://download.pytorch.org/whl/cpu
9- torch==2.6.0 +cpu
9+ torch==2.7.1 +cpu
1010wheel
1111jinja2>=3.1.6
1212regex
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ numba == 0.61.2; python_version > '3.9'
88packaging>=24.2
99setuptools>=77.0.3,<80.0.0
1010--extra-index-url https://download.pytorch.org/whl/cpu
11- torch==2.6.0 +cpu; platform_machine == "x86_64" # torch>2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
11+ torch==2.7.1 +cpu; platform_machine == "x86_64" # torch>2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
1212torch==2.7.0; platform_system == "Darwin"
1313torch==2.7.0; platform_machine == "ppc64le" or platform_machine == "aarch64"
1414
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ numba == 0.61.2; python_version > '3.9'
66
77# Dependencies for NVIDIA GPUs
88ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
9- torch==2.7.0
9+ torch==2.7.1+cpu
1010torchaudio==2.7.0
1111# These must be updated alongside torch
1212torchvision==0.22.0 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
Original file line number Diff line number Diff line change 22-r common.txt
33
44--extra-index-url https://download.pytorch.org/whl/rocm6.2.4
5- torch==2.7.0
5+ torch==2.7.1+cpu
66torchvision==0.22.0
77torchaudio==2.7.0
88
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ sentence-transformers # required for embedding tests
2222soundfile # required for audio tests
2323jiwer # required for audio tests
2424timm # required for internvl test
25- torch==2.7.0
25+ torch==2.7.1+cpu
2626torchaudio==2.7.0
2727torchvision==0.22.0
2828transformers_stream_generator # required for qwen-vl test
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ setuptools==78.1.0
1818--find-links https://storage.googleapis.com/libtpu-releases/index.html
1919--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
2020--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
21- torch==2.9.0.dev20250703
21+ torch==2.7.1+cpu
2222torchvision==0.24.0.dev20250703
2323torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev20250703-cp39-cp39-linux_x86_64.whl ; python_version == "3.9"
2424torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev20250703-cp310-cp310-linux_x86_64.whl ; python_version == "3.10"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ jinja2>=3.1.6
1111datasets # for benchmark scripts
1212numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
1313
14- torch==2.7.0+xpu
14+ torch==2.7.1+cpu
1515torchaudio
1616torchvision
1717pytorch-triton-xpu
You can’t perform that action at this time.
0 commit comments