Skip to content

Commit 8f02490

Browse files
committed
Fix Optimum dependency so that optimum[habana] is correctly installed
1 parent d8fd370 commit 8f02490

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 ~= 1.25",
33+
"optimum ~= 2.0",
3434
"torch",
3535
"accelerate >= 1.7.0",
3636
"diffusers >= 0.34.0, < 0.34.1",

0 commit comments

Comments
 (0)