mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Added missing libraries to Windows wheel (#1415)
This commit is contained in:
parent
c2aa2056b5
commit
8720fe62e3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -118,6 +118,7 @@ elif platform.system() == "Darwin":
|
|||
libs = ['onnxruntime_pybind11_state.so', 'libmkldnn.0.dylib'] # TODO add libmklml and libiomp5 later.
|
||||
else:
|
||||
libs = ['onnxruntime_pybind11_state.pyd', 'mkldnn.dll', 'mklml.dll', 'libiomp5md.dll']
|
||||
libs.extend(['ngraph.dll', 'cpu_backend.dll', 'tbb.dll'])
|
||||
|
||||
if is_manylinux2010:
|
||||
data = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue