Skip to content

Commit

Permalink
[djl-convert] Remove onnxruntime from djl-convert requirements (#3552)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Dec 4, 2024
1 parent ca39062 commit e4d184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tokenizers/src/main/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):

requirements = [
'huggingface-hub', 'transformers', 'sentence-transformers', 'torch',
'optimum[exporters,onnxruntime]', 'safetensors', 'requests'
'optimum[exporters]', 'safetensors', 'requests'
]

setup(name='djl_converter',
Expand Down

0 comments on commit e4d184d

Please sign in to comment.