Unverified Commit e11e2007 authored by Zhuohan Li's avatar Zhuohan Li Committed by GitHub
Browse files

[Bugfix] Fix filelock version requirement (#4075)

parent 8db1bf32
...@@ -13,3 +13,4 @@ prometheus_client >= 0.18.0 ...@@ -13,3 +13,4 @@ prometheus_client >= 0.18.0
tiktoken == 0.6.0 # Required for DBRX tokenizer tiktoken == 0.6.0 # Required for DBRX tokenizer
outlines == 0.0.34 # Requires torch >= 2.1.0 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
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