Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 20, 2023
1 parent e0e2bae commit cbc935f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,15 @@
],
"exporters": ["onnx", "onnxruntime<1.16.0", "timm"],
"exporters-gpu": ["onnx", "onnxruntime-gpu<1.16.0", "timm"],
"exporters-tf": ["tensorflow>=2.4,<=2.12.1", "tf2onnx", "onnx", "onnxruntime<1.16.0", "timm", "h5py", "numpy<1.24.0"],
"exporters-tf": [
"tensorflow>=2.4,<=2.12.1",
"tf2onnx",
"onnx",
"onnxruntime<1.16.0",
"timm",
"h5py",
"numpy<1.24.0",
],
"diffusers": ["diffusers"],
"intel": "optimum-intel>=1.11.0",
"openvino": "optimum-intel[openvino]>=1.11.0",
Expand Down

0 comments on commit cbc935f

Please sign in to comment.