Skip to content

Commit

Permalink
Update min required transformers version (huggingface#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored and PenghuiCheng committed Jan 16, 2024
1 parent a3159cb commit e67ba0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"neural-compressor>=2.2.0",
"onnx",
"onnxruntime<1.15.0",
"transformers>=4.33.0",
"transformers>=4.34.0",
],
"openvino": ["openvino>=2023.2", "onnx", "onnxruntime", "transformers>=4.33.0"],
"openvino": ["openvino>=2023.2", "onnx", "onnxruntime", "transformers>=4.34.0"],
"nncf": ["nncf>=2.7.0"],
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch", "onnx"],
"diffusers": ["diffusers"],
Expand Down

0 comments on commit e67ba0e

Please sign in to comment.