reverted back to only the MIT license
This commit is contained in:
parent
389ab6125b
commit
5a4972fc28
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ Name: llama.cpp-clblast
|
||||||
Version: %( date "+%%Y%%m%%d" )
|
Version: %( date "+%%Y%%m%%d" )
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenCL Inference of LLaMA model in C/C++
|
Summary: OpenCL Inference of LLaMA model in C/C++
|
||||||
License: MIT AND Apache-2.0
|
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 clblast-devel
|
BuildRequires: coreutils make gcc-c++ git mesa-libOpenCL-devel clblast-devel
|
||||||
Requires: clblast
|
Requires: clblast
|
||||||
|
|
|
@ -16,7 +16,7 @@ Name: llama.cpp-cuda
|
||||||
Version: %( date "+%%Y%%m%%d" )
|
Version: %( date "+%%Y%%m%%d" )
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
|
Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
|
||||||
License: MIT AND Apache-2.0
|
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 cuda-toolkit
|
BuildRequires: coreutils make gcc-c++ git cuda-toolkit
|
||||||
Requires: cuda-toolkit
|
Requires: cuda-toolkit
|
||||||
|
|
|
@ -17,7 +17,7 @@ Name: llama.cpp
|
||||||
Version: %( date "+%%Y%%m%%d" )
|
Version: %( date "+%%Y%%m%%d" )
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
|
Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
|
||||||
License: MIT AND Apache-2.0
|
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 libstdc++-devel
|
BuildRequires: coreutils make gcc-c++ git libstdc++-devel
|
||||||
Requires: libstdc++
|
Requires: libstdc++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue