Unverified Commit 9edec652 authored by Noam Gat's avatar Noam Gat Committed by GitHub
Browse files

[Bugfix] Fixing requirements.txt (#3865)

parent e0dd4d35
...@@ -17,4 +17,4 @@ pynvml == 11.5.0 ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment