Skip to content

Commit

Permalink
[Bugfix] Fix filelock version requirement (vllm-project#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuohan123 authored Apr 15, 2024
1 parent 8db1bf3 commit e11e200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ pydantic >= 2.0 # Required for OpenAI server.
prometheus_client >= 0.18.0
tiktoken == 0.6.0 # Required for DBRX tokenizer
outlines == 0.0.34 # Requires torch >= 2.1.0
typing_extensions
typing_extensions
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4

0 comments on commit e11e200

Please sign in to comment.