mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
fix(test/text-generation): upstream peft@HEAD now needs higher version of accelerate, so we relax its req
This commit is contained in:
parent
2553decbc0
commit
69a528f8b8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue