forked from jiuyuan/InfiniTensor
Change onnx-simplifier to onnxsim to resolve build issue on xpu (#164)
This commit is contained in:
parent
d0f9792613
commit
07ef587c65
|
@ -12,7 +12,7 @@ requires-python = ">=3.7"
|
|||
keywords = ["optimizer"]
|
||||
license = { text = "Apache" }
|
||||
classifiers = ["Programming Language :: Python :: 3"]
|
||||
dependencies = ["onnx","onnx-simplifier"]
|
||||
dependencies = ["onnx","onnxsim"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
|
Loading…
Reference in New Issue