Skip to content

Commit 301061a

Browse files
karol-brejna-iregisss
authored andcommitted
Pin optimum version (due to GPTQ deprecation (#2359)
1 parent eb0526b commit 301061a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
INSTALL_REQUIRES = [
3232
"transformers >= 4.55.0, < 4.56.0",
33-
"optimum ~= 2.0",
33+
"optimum >= 2.0.0, < 2.1.0",
3434
"torch",
3535
"accelerate >= 1.7.0, <= 1.10.1",
3636
"diffusers >= 0.35.1, < 0.35.2",

0 commit comments

Comments
 (0)