reverted back to only the MIT license

This commit is contained in:
Mohammadreza Hendiani 2024-03-30 00:33:02 +03:30
parent 389ab6125b
commit 5a4972fc28
No known key found for this signature in database
GPG key ID: 6910AB8B88C616E8
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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++