代码拉取完成,页面将自动刷新
%define debug_package %{nil}
Name: chatglm-cpp
Version: 0.2.4
Release: 5
License: MIT
Summary: Port of Chinese lagre model ChatGLM-6B & ChatGLM2-6B implemented based on C/C++
URL: https://github.com/li-plus/chatglm.cpp
Source0: https://github.com/li-plus/chatglm.cpp/releases/download/0.2.4/chatglm-cpp-%{version}.tar.gz
%ifarch loongarch64
Patch0: 0001-Fix-build-error-for-loongarch64.patch
%endif
BuildRequires: gcc,gcc-c++,cmake
Requires: sentencepiece
%description
Port of Chinese lagre model ChatGLM-6B & ChatGLM2-6B implemented based on C/C++,
it can be used for model dialogue based on local laptops.
%prep
%autosetup -b 0 -n %{name}-%{version} -p1
%build
mkdir chatglm_builddir
pushd chatglm_builddir
cmake ..
%make_build
popd
%install
pushd chatglm_builddir
%make_install
install bin/main %{buildroot}%{_prefix}/local/bin/chatglm_cpp_main
install lib/libchatglm.a %{buildroot}%{_prefix}/local/bin/libchatglm.a
install ../chatglm_cpp/convert.py %{buildroot}%{_prefix}/local/bin/chatglm_convert.py
mv %{buildroot}%{_prefix}/local/* %{buildroot}%{_prefix}
#Remove files from package sentencepiece.
find %{buildroot}%{_prefix} -type f -name "*sentencepiece*" -exec rm -f {} +
rm %{buildroot}%{_bindir}/spm_* -f
popd
%files
%{_bindir}/*
%{_libdir}/*
%{_includedir}/*
%{_datadir}/pkgconfig/ggml.pc
/usr/lib/static/libggml.a
%changelog
* Fri May 17 2024 zhangzikang <[email protected]> - 0.2.4-5
- Fix build error for loongarch64
* Wed Sep 20 2023 zhoupengcheng <[email protected]> - 0.2.4-4
- packing chatglm_convert.py file
- install python models for chatglm_convert.py int dockerfile
- update long-term yum.repo in dockerfile
* Tue Sep 19 2023 zhoupengcheng <[email protected]> - 0.2.4-3
- add dokerfile
* Wed Sep 6 2023 zhoupengcheng <[email protected]> - 0.2.4-2
- Fix the conflict with the installation of package sentencepiece.
* Tue Aug 22 2023 zhoupengcheng <[email protected]> - 0.2.4-1
- Init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。