Skip to content

Commit

Permalink
[Misc] Upgrade triton to 2.2.0 (vllm-project#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetu authored and joerunde committed Apr 18, 2024
1 parent a781ac4 commit 022170a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# Dependencies for x86_64 CPUs
torch == 2.2.1+cpu
triton >= 2.1.0 # FIXME(woosuk): This is a hack to avoid import error.
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error.
1 change: 0 additions & 1 deletion requirements-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ pynvml == 11.5.0
vllm-nccl-cu12>=2.18,<2.19 # for downloading nccl library
torch == 2.2.1
xformers == 0.0.25 # Requires PyTorch 2.2.1
triton >= 2.1.0

0 comments on commit 022170a

Please sign in to comment.