Skip to content

Commit 54c2cc3

Browse files
committed
optimum from source
1 parent a8831c4 commit 54c2cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
assert False, "Error: Could not open '%s' due %s\n" % (filepath, error)
1313

1414
INSTALL_REQUIRE = [
15-
"optimum~=1.23",
15+
# "optimum~=1.24",
16+
"optimum@git+https://github.com/huggingface/optimum.git",
1617
"executorch>=0.4.0",
1718
"transformers>=4.46",
1819
]

0 commit comments

Comments
 (0)