Skip to content

Commit

Permalink
Merge pull request #1229 from bghira/chore/accelerate-update
Browse files Browse the repository at this point in the history
more dependency updates
  • Loading branch information
bghira authored Dec 18, 2024
2 parents dcc9ec5 + 1dc94dc commit de9a7c3
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 879 deletions.
498 changes: 212 additions & 286 deletions install/apple/poetry.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions install/apple/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ python = ">=3.10,<3.13"
torch = "^2.5.0"
torchvision = "^0.20.0"
diffusers = {git = "https://github.com/huggingface/diffusers"}
transformers = "^4.46.3"
transformers = "^4.47.1"
datasets = "^3.0.0"
wandb = "^0.18.1"
wandb = "^0.19.1"
requests = "^2.32.3"
pillow = "^10.4.0"
pillow = "^11.0.0"
opencv-python = "^4.10.0.84"
accelerate = "^1.2.1"
safetensors = "^0.4.5"
Expand All @@ -25,18 +25,18 @@ clip-interrogator = "^0.6.0"
open-clip-torch = "^2.26.1"
iterutils = "^0.1.6"
scipy = "^1.11.1"
boto3 = "^1.35.24"
boto3 = "^1.35.83"
pandas = "^2.2.3"
botocore = "^1.35.24"
botocore = "^1.35.83"
urllib3 = "<1.27"
torchsde = "^0.2.5"
torchsde = "^0.2.6"
torchmetrics = "^1.1.1"
colorama = "^0.4.6"
numpy = "1.26"
peft = "^0.12.0"
tensorboard = "^2.17.1"
numpy = "^2.2.0"
peft = "^0.14.0"
tensorboard = "^2.18.0"
regex = "^2023.12.25"
huggingface-hub = "^0.23.3"
huggingface-hub = "^0.27.0"
optimum-quanto = {git = "https://github.com/huggingface/optimum-quanto"}
torch-optimi = "^0.2.1"
lycoris-lora = {git = "https://github.com/kohakublueleaf/lycoris", rev = "dev"}
Expand Down
Loading

0 comments on commit de9a7c3

Please sign in to comment.