Skip to content

Commit 9f0fe44

Browse files
authored
Set optimum version in setup (#1298)
1 parent 14e8d8d commit 9f0fe44

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
@@ -28,7 +28,7 @@
2828

2929
INSTALL_REQUIRE = [
3030
"torch>=1.11",
31-
"optimum@git+https://github.com/huggingface/optimum.git",
31+
"optimum~=1.25",
3232
"transformers>=4.36,<4.52",
3333
"datasets>=1.4.0",
3434
"setuptools",

0 commit comments

Comments
 (0)