diff options
author | CoprDistGit <infra@openeuler.org> | 2025-08-25 11:52:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-08-25 11:52:51 +0000 |
commit | c5e4f58cbe25c5b28a02b7167242778cc759d849 (patch) | |
tree | 5aae614eb9efd252d71e3cc0f25a38d602edb9e2 /ANNC.spec | |
parent | c4424473732fd43ecc7c3a4340a8082b6c580aaa (diff) |
automatic import of ANNC
Diffstat (limited to 'ANNC.spec')
-rw-r--r-- | ANNC.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ tar xf external.tar.gz -C . %endif tar xf %{SOURCE4} -C . mkdir proxy -mv %{SOURCE5} ./proxy +cp %{SOURCE5} ./proxy %setup -q -n %{pkg_version} %build @@ -85,7 +85,7 @@ run_bazel_build() { --verbose_failures \ --action_env="baila=548" \ --define tflite_with_xnnpack=false \ - --local_ram_resources = 2048 \ + --local_ram_resources = 1024 \ --distdir=%{_builddir}/proxy \ annc/service/cpu:libannc.so # --copt="-g" \ |