Missing dependency clblast
This commit is contained in:
parent
aeb19505bc
commit
6206ed6b72
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ Release: 1%{?dist}
|
||||||
Summary: OpenCL Inference of LLaMA model in C/C++
|
Summary: OpenCL Inference of LLaMA model in C/C++
|
||||||
License: MIT
|
License: MIT
|
||||||
Source0: https://github.com/ggerganov/llama.cpp/archive/refs/heads/master.tar.gz
|
Source0: https://github.com/ggerganov/llama.cpp/archive/refs/heads/master.tar.gz
|
||||||
BuildRequires: coreutils make gcc-c++ git mesa-libOpenCL-devel
|
BuildRequires: coreutils make gcc-c++ git mesa-libOpenCL-devel clblast-devel
|
||||||
|
Requires: clblast
|
||||||
URL: https://github.com/ggerganov/llama.cpp
|
URL: https://github.com/ggerganov/llama.cpp
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue