We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1c56a commit c2509dcCopy full SHA for c2509dc
pkgs/development/python-modules/optimum/default.nix
@@ -17,7 +17,6 @@
17
18
# optional-dependencies
19
diffusers,
20
- evaluate,
21
h5py,
22
onnx,
23
onnxruntime,
@@ -56,24 +55,25 @@ buildPythonPackage rec {
56
55
optional-dependencies = {
57
onnxruntime = [
58
onnx
59
- onnxruntime
60
datasets
61
- evaluate
62
protobuf
+ onnxruntime
63
];
64
exporters = [
65
66
67
timm
+ protobuf
68
69
exporters-tf = [
70
- tensorflow
71
- tf2onnx
72
73
74
75
h5py
+ tf2onnx
76
numpy
+ datasets
+ tensorflow
77
78
diffusers = [ diffusers ];
79
intel = [
0 commit comments