Skip to content

Commit c33b87e

Browse files
huydhnywang96
andauthored
Use official xformers-0.0.33 built for PT 2.9 (vllm-project#28600)
Signed-off-by: Huy Do <[email protected]> Co-authored-by: Roger Wang <[email protected]>
1 parent 4504e80 commit c33b87e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements/cuda.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ torch==2.9.0
99
torchaudio==2.9.0
1010
# These must be updated alongside torch
1111
torchvision==0.24.0 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
12-
# Build from https://github.com/facebookresearch/xformers/releases/tag/v0.0.32.post1
13-
xformers==0.0.33+5d4b92a5.d20251029; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch >= 2.9
12+
xformers==0.0.33; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch >= 2.9
1413
# FlashInfer should be updated together with the Dockerfile
1514
flashinfer-python==0.5.2

0 commit comments

Comments
 (0)