summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-11-07 02:20:53 +0000
committerCoprDistGit <infra@openeuler.org>2024-11-07 02:20:53 +0000
commite9f88ad9ab589a6aca68571e58038a67a0d75c41 (patch)
tree71087b97be062176fc7151d541625218000044f7
parent1c1f0f3551767b14e132be4832d6e34f2e115542 (diff)
automatic import of llama.cppopeneuler24.03_LTS
-rw-r--r--llama.cpp.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.cpp.spec b/llama.cpp.spec
index 7c77318..ce7094f 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}