[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

View File

@ -13,3 +13,4 @@ prometheus_client >= 0.18.0
tiktoken == 0.6.0 # Required for DBRX tokenizer
outlines == 0.0.34 # Requires torch >= 2.1.0
typing_extensions
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4