Added 'Apache-2.0' SPDX license identifier due to 'kompute.cc' submodule licensing. Explanation of licensing method: https://docs.fedoraproject.org/en-US/legal/spdx/#_and_expressions

This commit is contained in:
Mohammadreza Hendiani 2024-03-29 22:25:45 +03:30
parent 9121b14bb5
commit 9bb04b9f58
No known key found for this signature in database
GPG key ID: 6910AB8B88C616E8

View file

@ -17,7 +17,7 @@ Name: llama.cpp
Version: %( date "+%%Y%%m%%d" )
Release: 1%{?dist}
Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
License: MIT
License: MIT AND Apache-2.0
Source0: https://github.com/ggerganov/llama.cpp/archive/refs/heads/master.tar.gz
BuildRequires: coreutils make gcc-c++ git libstdc++-devel
Requires: libstdc++