diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-27 11:05:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-27 11:05:08 +0000 |
commit | eb99d598a1d8864d3ffc9392e02a0d735470291e (patch) | |
tree | de1343d573c69e724141f8af440cac809efeeb1e | |
parent | 5adc4e5c2e10fa942f1c85d74847f80c358057ca (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 95f791a..3efb353 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -34,7 +34,7 @@ cd %{name}-%{version} #ln -s /usr/local/Ascend/ascendtoolkit/latest/x86_64-Linux/1ib64//libfmk_onnx_parser.so /usr/lib//libfmk_onnx_parser.so #ln -s /usr/local/Ascend/ascendtoolkit/latest/x86_64-Linux/1ib64/libacl_op_compiler.so /usr/lib/libacl_op_compiler.so -git init . && bash build.sh --config Release --build_shared_lib --use_cann --parallel --allow_running_as_root --skip_tests --build_wheel --build_dir build/NPU --cann_home /usr/local/Ascend/ascend-toolkit +git init . && bash build.sh --config Release --build_shared_lib --use_cann --parallel --allow_running_as_root --skip_tests --build_wheel --build_dir build/NPU |