Change onnx-simplifier to onnxsim to resolve build issue on xpu (#164)

This commit is contained in:
baominghelly 2023-10-21 02:58:32 +08:00 committed by GitHub
parent d0f9792613
commit 07ef587c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]