Skip to content

Commit

Permalink
update transformers, wandb, boto3, torchsde, numpy, peft, tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Dec 18, 2024
1 parent c65b299 commit 1dc94dc
Show file tree
Hide file tree
Showing 6 changed files with 675 additions and 875 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 1dc94dc

Please sign in to comment.