diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-12 15:23:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-12 15:23:10 +0000 |
commit | c710fa840a58e0f30650042d5437e5f5c60a1710 (patch) | |
tree | cd190a2583d20080bf31c1385feda09d3ebfadcf | |
parent | 54a492f4b04773d6853d50d72e1c36ef6c01afee (diff) |
automatic import of python-onnxruntimeopeneuler23.09
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-onnxruntime-1.16.3.tar.gz | 3 | ||||
-rw-r--r-- | python-onnxruntime.spec | 5 | ||||
-rw-r--r-- | sources | 1 |
4 files changed, 5 insertions, 5 deletions
@@ -0,0 +1 @@ +/python-onnxruntime-1.17.1.tar.gz diff --git a/python-onnxruntime-1.16.3.tar.gz b/python-onnxruntime-1.16.3.tar.gz deleted file mode 100644 index 5392408..0000000 --- a/python-onnxruntime-1.16.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d26b8a7eed1df4440aa3d8eac5049980cbe585514ccedfda809712051a4b1721 -size 228216055 diff --git a/python-onnxruntime.spec b/python-onnxruntime.spec index e64e8ef..2d82ba6 100644 --- a/python-onnxruntime.spec +++ b/python-onnxruntime.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-onnxruntime -Version: 1.16.3 +Version: 1.17.1 Release: 1 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration License: MIT @@ -36,7 +36,8 @@ help documents for python3 onnxruntime %autosetup -p1 -n onnxruntime-%{version} %build -%pyproject_build +./build.sh --allow_running_as_root +#%pyproject_build %install %pyproject_install @@ -0,0 +1 @@ +1186f7a88f910dbbe744bb63e1d167d8 python-onnxruntime-1.17.1.tar.gz |