diff options
Diffstat (limited to 'python-onnxruntime.spec')
-rw-r--r-- | python-onnxruntime.spec | 5 |
1 files changed, 3 insertions, 2 deletions
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 |