Unverified Commit 6ee8d6dd authored by drbh's avatar drbh Committed by GitHub
Browse files

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
parent 07bed530
...@@ -34,7 +34,7 @@ peft = { version = "^0.10", optional = true } ...@@ -34,7 +34,7 @@ peft = { version = "^0.10", optional = true }
torch = { version = "^2.4.0", optional = true } torch = { version = "^2.4.0", optional = true }
scipy = "^1.11.1" scipy = "^1.11.1"
pillow = "^10.0.0" 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" prometheus-client = ">=0.20.0,<0.22"
py-cpuinfo = "^9.0.0" py-cpuinfo = "^9.0.0"
compressed-tensors = { version = "^0.7.1", optional = true } compressed-tensors = { version = "^0.7.1", optional = true }
......
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