diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-27 11:47:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-27 11:47:10 +0000 |
commit | 6eaa55c897394b7b20dbc5b03848a2b5933d73bd (patch) | |
tree | 3c00ceda72050787636771221a72d18ff3d6103f | |
parent | eb99d598a1d8864d3ffc9392e02a0d735470291e (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 3efb353..91c2207 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 +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/latest |