fix(test/text-generation): upstream peft@HEAD now needs higher version of accelerate, so we relax its req

This commit is contained in:
Pegasust 2023-11-05 13:43:52 -08:00
parent 2553decbc0
commit 69a528f8b8

View file

@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
accelerate = "0.18.0"
accelerate = "*"
colorama = "^0.4.6"
datasets = "^2.11.0"
flexgen = "0.1.7"