diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-06 12:48:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-06 12:48:16 +0000 |
commit | c5a1a2209cde36d9fdbbc57437df804ab77e0965 (patch) | |
tree | 4da383db78dc2b0eaafa3296ccfa55d86f511734 | |
parent | e712b416fede697234bf8c78c4e8d4048753dd4a (diff) |
automatic import of llama.cppopeneuler24.03_LTS
-rw-r--r-- | llama.cpp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.cpp.spec b/llama.cpp.spec index 7f2ef50..8f05620 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -30,7 +30,7 @@ popd %install pushd llama_builddir %make_install -#mv %{buildroot}%{_prefix}/local/bin/main %{buildroot}%{_prefix}/local/bin/llama_cpp_main +mv %{buildroot}%{_prefix}/local/bin/llama-cli %{buildroot}%{_prefix}/local/bin/llama_cpp_main mv %{buildroot}%{_prefix}/local/bin/convert_hf_to_gguf.py %{buildroot}%{_prefix}/local/bin/llama_convert_hf_to_gguf.py mv %{buildroot}%{_prefix}/local/* %{buildroot}%{_prefix} mv %{buildroot}%{_prefix}/lib/pkgconfig/llama.pc %{buildroot}%{_prefix} |