diff options
Diffstat (limited to 'onnxruntime.spec')
-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 |