Skip to content

Commit

Permalink
added accelerate to hf deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx authored Nov 11, 2022
1 parent 663a303 commit 6595421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
api = ["stability-sdk>=0.2.1"]
hf = ["diffusers","transformers","ftfy"]
api = ['stability-sdk>=0.2.1']
hf = ['diffusers','transformers','ftfy','accelerate']

[tool.setuptools.packages.find]
where =["."]
include = ["vktrs*"]
exclude = ["tests*"]

[tool.setuptools.dynamic]
version = {file = "VERSION"}
version = {file = "VERSION"}

0 comments on commit 6595421

Please sign in to comment.