mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 03:14:53 +00:00
Add outlines upper bound
Version 1.0.0 and later does not have fsm.guides module. We should update against the 1.0.0 API later.
This commit is contained in:
parent
fc2405c549
commit
bfdaf5773c
@ -80,7 +80,7 @@ peft = [
|
|||||||
"peft>=0.14.0",
|
"peft>=0.14.0",
|
||||||
]
|
]
|
||||||
outlines = [
|
outlines = [
|
||||||
"outlines>=0.1.13",
|
"outlines>=0.1.13,<1.0",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"grpcio-tools>=1.51.1,<2.0",
|
"grpcio-tools>=1.51.1,<2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user