Skip to content

Commit 4749c57

Browse files
committed
Fix
Signed-off-by: Raphael Glon <[email protected]>
1 parent 0f0d180 commit 4749c57

File tree

1 file changed

+1
-1
lines changed
  • src/huggingface_inference_toolkit

1 file changed

+1
-1
lines changed

src/huggingface_inference_toolkit/utils.py

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

3434

3535
def is_optimum_available():
36-
return True
36+
return False
3737
# TODO: change when supported
3838
# return _optimum_available
3939

0 commit comments

Comments
 (0)