[Bugfix] Fix filelock version requirement (#4075)

This commit is contained in:
Zhuohan Li 2024-04-14 21:50:08 -07:00 committed by GitHub
parent 8db1bf32f8
commit e11e200736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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