Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit e135642

Browse files
zhuohan123Robert Shaw
authored andcommitted
[Bugfix] Fix filelock version requirement (vllm-project#4075)
1 parent 10dfb8c commit e135642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-common.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ pydantic >= 2.0 # Required for OpenAI server.
1212
prometheus_client >= 0.18.0
1313
tiktoken == 0.6.0 # Required for DBRX tokenizer
1414
outlines == 0.0.34 # Requires torch >= 2.1.0
15-
typing_extensions
15+
typing_extensions
16+
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4

0 commit comments

Comments
 (0)