mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-08 19:04:52 +00:00
Fix outline import issue (#3282)
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
parent
6624fec1f9
commit
c5e6f9a178
@ -80,7 +80,7 @@ peft = [
|
||||
"peft>=0.14.0",
|
||||
]
|
||||
outlines = [
|
||||
"outlines>=0.1.13",
|
||||
"outlines>=0.1.13,<1.0",
|
||||
]
|
||||
dev = [
|
||||
"grpcio-tools>=1.51.1,<2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user