mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
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:
parent
07bed530f7
commit
6ee8d6dd3b
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user