Skip to content

Commit 3ee9eea

Browse files
authored
[macOS][CPU][Installation] Fix the broken installation of vllm 0.24.0 in macos + cpu (#47457)
Signed-off-by: Ranran Haoran Zhang <ranranhaoranzhang@gmail.com>
1 parent 5bce653 commit 3ee9eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nvidia-cutlass-dsl[cu13]==4.5.2
2525
quack-kernels>=0.3.3
2626

2727
# Tokenspeed_MLA for faster mla with spec decode
28-
tokenspeed-mla==0.1.2
28+
tokenspeed-mla==0.1.2; platform_system == "Linux"
2929

3030
# Humming kernels for quantization gemm
3131
humming-kernels[cu13]==0.1.6

0 commit comments

Comments
 (0)