Skip to content

Commit 9edec65

Browse files
authored
[Bugfix] Fixing requirements.txt (vllm-project#3865)
1 parent e0dd4d3 commit 9edec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pynvml == 11.5.0
1717
triton >= 2.1.0
1818
outlines == 0.0.34
1919
tiktoken == 0.6.0 # Required for DBRX tokenizer
20-
vllm-nccl-cu12>=2.18<2.19 # for downloading nccl library
20+
vllm-nccl-cu12>=2.18,<2.19 # for downloading nccl library

0 commit comments

Comments
 (0)