fix: set outlines version to 0.1.3 to avoid caching serialization issue (#2766)

fix: set outlines version to 0.1.3 to avoid bug
This commit is contained in:
drbh 2024-11-20 18:09:39 -05:00 committed by GitHub
parent 07bed530f7
commit 6ee8d6dd3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ peft = { version = "^0.10", optional = true }
torch = { version = "^2.4.0", optional = true }
scipy = "^1.11.1"
pillow = "^10.0.0"
outlines= { version = "^0.1.1", optional = true }
outlines= { version = "0.1.3", optional = true }
prometheus-client = ">=0.20.0,<0.22"
py-cpuinfo = "^9.0.0"
compressed-tensors = { version = "^0.7.1", optional = true }