Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ninja
packaging>=24.2
setuptools>=77.0.3,<81.0.0
setuptools_scm>=8
torch==2.7.0 # Corresponds to the version used by vLLM main branch
torch==2.12.0 # Corresponds to the version used by vLLM main branch
wheel
xxhash==3.5.0
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ safetensors
setuptools>=77.0.3,<81.0.0
setuptools_scm>=8
sortedcontainers
torch==2.7.0 # Should correspond to the version used by vLLM main branch
torch==2.12.0 # Should correspond to the version used by vLLM main branch
transformers >= 4.51.1
xxhash==3.5.0
2 changes: 1 addition & 1 deletion requirements/cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ray >= 2.9
nvidia-ml-py # for pynvml package

# These must be updated alongside torch to correspond to vLLM versions
torch == 2.7.0
torch == 2.12.0
torchvision == 0.22.0 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
xformers == 0.0.30; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.7.0
Loading