python3Packages.onnxruntime: add openvino support
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
re2,
|
||||
|
||||
# dependencies
|
||||
openvino,
|
||||
coloredlogs,
|
||||
numpy,
|
||||
packaging,
|
||||
@@ -76,6 +77,7 @@ buildPythonPackage {
|
||||
++ lib.optionals onnxruntime.passthru.ncclSupport [
|
||||
nccl # libnccl.so.XX
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ openvino ]
|
||||
);
|
||||
|
||||
dependencies = [
|
||||
|
||||
@@ -11835,6 +11835,7 @@ self: super: with self; {
|
||||
python3Packages = self;
|
||||
pythonSupport = true;
|
||||
};
|
||||
inherit (pkgs) openvino;
|
||||
};
|
||||
|
||||
onnxruntime-tools = callPackage ../development/python-modules/onnxruntime-tools { };
|
||||
|
||||
Reference in New Issue
Block a user