Skip to content

Commit 913ff37

Browse files
committed
build: unpin torchao now that the bug is fixed in diffusers v0.37.0
1 parent 9659199 commit 913ff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ dependencies = [
142142
"ctranslate2==4.6.0",
143143
"whisper-s2t==1.3.1",
144144
"hqq==0.2.7.post1",
145-
"torchao>=0.12.0,<0.16.0", # 0.16.0 breaks diffusers 0.36.0, torch+torch: https://github.com/pytorch/ao/issues/2919#issue-3375688762
145+
"torchao>=0.12.0",
146146
"gliner; python_version >= '3.11'",
147147
"piq",
148148
"opencv-python",

0 commit comments

Comments
 (0)