1:8192-alt1
- Update to b8192 (2026-03-03).
This commit is contained in:
parent
bd1f4a29a3
commit
2e14561ca4
2 changed files with 5 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
%def_with vulkan
|
%def_with vulkan
|
||||||
|
|
||||||
Name: llama.cpp
|
Name: llama.cpp
|
||||||
Version: 8018
|
Version: 8192
|
||||||
Release: alt1
|
Release: alt1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: LLM inference in C/C++
|
Summary: LLM inference in C/C++
|
||||||
|
|
@ -157,12 +157,10 @@ export NVCC_PREPEND_FLAGS=-ccbin=g++-12
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_SKIP_BUILD_RPATH=yes \
|
-DCMAKE_SKIP_BUILD_RPATH=yes \
|
||||||
-DLLAMA_BUILD_TESTS=ON \
|
-DLLAMA_BUILD_TESTS=ON \
|
||||||
-DLLAMA_CURL=ON \
|
|
||||||
-DGGML_BACKEND_DL=ON \
|
-DGGML_BACKEND_DL=ON \
|
||||||
-DGGML_BACKEND_DIR=%_libexecdir/llama \
|
-DGGML_BACKEND_DIR=%_libexecdir/llama \
|
||||||
-DGGML_CPU=ON \
|
-DGGML_CPU=ON \
|
||||||
-DGGML_RPC=ON \
|
-DGGML_RPC=ON \
|
||||||
-DLLAMA_OPENSSL=ON \
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
-DGGML_CPU_ALL_VARIANTS=ON \
|
-DGGML_CPU_ALL_VARIANTS=ON \
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -266,6 +264,9 @@ mv %buildroot%_bindir/convert*.py -t %buildroot%_datadir/%name/examples
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 03 2026 Vitaly Chikunov <vt@altlinux.org> 1:8192-alt1
|
||||||
|
- Update to b8192 (2026-03-03).
|
||||||
|
|
||||||
* Fri Feb 13 2026 Vitaly Chikunov <vt@altlinux.org> 1:8018-alt1
|
* Fri Feb 13 2026 Vitaly Chikunov <vt@altlinux.org> 1:8018-alt1
|
||||||
- Update to b8018 (2026-02-12).
|
- Update to b8018 (2026-02-12).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
4b385bfcf8fed51f12194629641fe8cbf1a58a0f b8018
|
137435ff154f8d96bb79986dda9ea4dc1b43d2c3 b8192
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue