diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-27 09:37:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-27 09:37:04 +0000 |
commit | 0b13af8315869f361b0927095b70884800615fc4 (patch) | |
tree | f1383a9aba973c90d80ac6549442ebcfd816ae73 | |
parent | 816f5f0097c9705b7500c73eeb8f01b6fb0463df (diff) |
automatic import of onnxruntime
-rw-r--r-- | onnxruntime.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index acc0638..c443cd7 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -20,7 +20,7 @@ models from PyTorch, Tensorflow/Keras, TFLite, scikit-learn, and other framework %prep -unzip -q -o ../SOURCES/%{name}-%{version}.zip -d ../BUILD +unzip -q -o ../SOURCES/v%{version}.zip -d ../BUILD |