[Bugfix] Fixing requirements.txt (#3865)

This commit is contained in:
Noam Gat 2024-04-05 09:46:01 +03:00 committed by GitHub
parent e0dd4d3589
commit 9edec652e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,4 +17,4 @@ pynvml == 11.5.0
triton >= 2.1.0 triton >= 2.1.0
outlines == 0.0.34 outlines == 0.0.34
tiktoken == 0.6.0 # Required for DBRX tokenizer tiktoken == 0.6.0 # Required for DBRX tokenizer
vllm-nccl-cu12>=2.18<2.19 # for downloading nccl library vllm-nccl-cu12>=2.18,<2.19 # for downloading nccl library