Skip to content

Commit

Permalink
Limit transformers version for tf models ONNX export (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 22, 2024
1 parent a06d8b7 commit 1146eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"timm",
"h5py",
"numpy<1.24.0",
"transformers[sentencepiece]>=4.26.0,<4.38.0",
],
"diffusers": ["diffusers"],
"intel": "optimum-intel>=1.15.0",
Expand Down

0 comments on commit 1146eae

Please sign in to comment.