Skip to content

Commit

Permalink
torchao: update to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Dec 18, 2024
1 parent 020bf37 commit 3662525
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 27 deletions.
19 changes: 8 additions & 11 deletions install/apple/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/apple/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lycoris-lora = {git = "https://github.com/kohakublueleaf/lycoris", rev = "dev"}
fastapi = {extras = ["standard"], version = "^0.115.0"}
deepspeed = "^0.15.1"
sentencepiece = "^0.2.0"
torchao = "^0.5.0"
torchao = "^0.7.0"
torchaudio = "^2.5.0"
atomicwrites = "^1.4.1"

Expand Down
19 changes: 18 additions & 1 deletion install/rocm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions install/rocm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ torch-optimi = "^0.2.1"
fastapi = {extras = ["standard"], version = "^0.115.0"}
bitsandbytes = "^0.44.1"
atomicwrites = "^1.4.1"
torchao = "^0.7.0"


[build-system]
Expand Down
21 changes: 8 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lycoris-lora = {git = "https://github.com/kohakublueleaf/lycoris", rev = "dev"}
torch-optimi = "^0.2.1"
toml = "^0.10.2"
fastapi = {extras = ["standard"], version = "^0.115.0"}
torchao = {version = "^0.5.0+cu124", source = "pytorch"}
torchao = "^0.7.0"
lm-eval = "^0.4.4"
nvidia-cudnn-cu12 = "*"
nvidia-nccl-cu12 = "*"
Expand Down

0 comments on commit 3662525

Please sign in to comment.