Skip to content

Commit 8db1bf3

Browse files
authored
[Misc] Upgrade triton to 2.2.0 (vllm-project#4061)
1 parent aceb17c commit 8db1bf3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-cpu.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Dependencies for x86_64 CPUs
55
torch == 2.2.1+cpu
6-
triton >= 2.1.0 # FIXME(woosuk): This is a hack to avoid import error.
6+
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error.

requirements-cuda.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ pynvml == 11.5.0
77
vllm-nccl-cu12>=2.18,<2.19 # for downloading nccl library
88
torch == 2.2.1
99
xformers == 0.0.25 # Requires PyTorch 2.2.1
10-
triton >= 2.1.0

0 commit comments

Comments
 (0)