Search Criteria
Package Details: gpt4all-chat 3.4.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpt4all-chat.git (read-only, click to copy) |
---|---|
Package Base: | gpt4all-chat |
Description: | run open-source LLMs anywhere |
Upstream URL: | https://gpt4all.io |
Keywords: | chatgpt gpt llm |
Licenses: | MIT |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 8 |
Popularity: | 0.26 |
First Submitted: | 2023-11-22 05:47 (UTC) |
Last Updated: | 2024-10-22 01:50 (UTC) |
Dependencies (18)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-httpserver
- qt6-webengine
- cmake (cmake-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- qt6-shadertools (make)
- qt6-svg (make)
- qt6-tools (make)
- qt6-wayland (make)
- qxlsx-qt6 (make)
- shaderc (shaderc-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-tools (vulkan-tools-gitAUR) (make)
Required by (0)
Sources (16)
- 001-change-binary-name.diff
- 002-install-and-load-localdocs-model-more-standardly.diff
- 003-prefer-system-qxlsx.diff
- 004-fix-build-with-qt-6.8.0.diff
- DuckX-6e31dfb280e2107fbf4f6a15098c38b014f1bbcc.tar.gz
- fmt-0c9fce2ffefecfdce794e1859584e25877b7b592.tar.gz
- FP16-0a92994d729ff76a58f692d3028ca1b64b145d91.tar.gz
- gpt4all-chat-3.4.2.tar.gz
- https://gpt4all.io/models/gguf/nomic-embed-text-v1.5.f16.gguf
- kompute-7c20efa30bb53d08bf04f84e510275766ebe9923.tar.gz
- llama.cpp-b3b5c0571eda3065035a7f25f7b84640b159d821.tar.gz
- QXlsx-29e81b369128525749dcb6516195b6b062eda955.tar.gz
- SimSIMD-18d17686124ddebd9fe55eee56b2e0273a613d4b.tar.gz
- SingleApplication-21bdef01eddcbd78044eea1d50b9dee08d218ff2.tar.gz
- StringZilla-91d0a1a02faae90a41c60a30855d5935eb3eaef1.tar.gz
- usearch-1f0618a86f9dbb7386237241cee96cc425dd7b55.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
AndyRTR commented on 2024-06-09 07:44 (UTC)
Build fails in a clean chroot: PKGBUILD: line 19: _modules_name_map: readonly variable
ZhangHua commented on 2024-05-27 01:30 (UTC)
@javalsai No, cuda injects itself into your PATH environment variable. You can check here about that. If you are not hurry to use this package, I will split cuda and rocm support into other packages, just like what @raine says, so all you need to do is waiting for 2.8.0-3 is updated.
raine commented on 2024-05-26 22:43 (UTC)
Indeed, I mean different PKGBUILD. Yes, it is a bit more work, but I would say not too much since all PKGBUILDs are almost identical, and once you set them up, updating them is usually a simple change of the version number.
It is not unusual to have separate packages in such a situation, there are many "-cuda", "-rocm", "-mkl", ... packages, precisely for this reason.
javalsai commented on 2024-05-26 14:59 (UTC)
@ZhangHua what changes to environmental variables are you talking about? it's just a compilation flag right?
ZhangHua commented on 2024-05-26 14:03 (UTC)
@javalsai Maybe it is because that you need to logout and login to make cuda's changes to environment variables work. You can create this package in a clean chroot by running makechrootpkg or extra-x86_64-build, those commands are available in package devtools.
@raine If I use split packages which are still using same PKGBUILD, cuda and rocm still have to be installed. Maybe you mean upload cuda and rocm support in different PKGBUILDs? I think that will make PKGBUILDs hard to be maintained. What's more, package arrayfile is packaged by using cuda in makedepends and optdepends. But if you still think it is needed to split cuda and rocm into different PKGBUILDs, please let me know and I will do splitting job when I am free.
javalsai commented on 2024-05-26 13:33 (UTC)
@raine and even after installing all those ~20GB of packages (including cuda, rocm...), in my case (AMD card) I get:
My guess is that it should be a card check, and then put that flag depending on the model. But that should also detect which packages to install, cuda is not going to do anything on my system and it's just gonna bloat it, whether in a NVIDIA system it's likely already installed.
If that's not possible in the PKGBUILD format, couldn't it be put in the
prepare()
step (for example)? Just make sure to install it as an optional package, I think I've seen some packages that do it.raine commented on 2024-05-26 02:50 (UTC) (edited on 2024-05-26 02:50 (UTC) by raine)
Yes, I know that they are a part of makedepends.
However, my point is that, if you do as you suggest, every single compilation/update of gpt4all-chat will unnecessarily burn through a significant amount of SSD/NVM lifetime. Not an issue for HDD, but most people have moved on to SSDs, so it is a problem.
ZhangHua commented on 2024-05-26 01:43 (UTC)
@raine Those extra packages are just for building and will be removed after building is finished successfully. Because I enabled all supported ways to load models, like Kompute, Vulkan, CUDA, ROCm. Final program will not spend too much space, the hugest dependency is cuda and it can be removed safely, because I have made cuda optional.
raine commented on 2024-05-25 18:07 (UTC)
Version 2.8.0 is trying to install an unnecessary ~20GB of new packages (rocm) on my system with no AMD cards.
Maybe it is better to have separate packages for different GPU vendors?
ZhangHua commented on 2024-05-25 13:54 (UTC)
@gugah cuda is in the makedepends so I don't think any build dependency is missing for 2.8.0. Maybe it is because that you need to logout and login to make cuda's changes to environment variables work. You can create this package in a clean chroot by running
makechrootpkg
orextra-x86_64-build
, those commands are available in packagedevtools
.As for the
#include <algorithm>
problem, this package is built with gcc14 until 2.8.0 so002-fix-include-algorithm.diff
is introduced. As we using cuda, gcc14 is replaced by gcc13 so there is no need to use this patch until cuda is also using gcc14. But applying this patch and build with gcc13 seems fine, so this patch is not removed.« First ‹ Previous 1 2 3 4 Next › Last »