Skip to content

Commit

Permalink
fix: set outlines version to 0.1.3 to avoid caching serialization iss…
Browse files Browse the repository at this point in the history
…ue (#2766)

fix: set outlines version to 0.1.3 to avoid bug
  • Loading branch information
drbh authored Nov 20, 2024
1 parent 07bed53 commit 6ee8d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 6ee8d6d

Please sign in to comment.