Search Criteria
Package Details: gpt4all-chat-git 3.3.0.r22.g767189d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpt4all-chat-git.git (read-only, click to copy) |
---|---|
Package Base: | gpt4all-chat-git |
Description: | Cross platform Qt based GUI for GPT4All versions |
Upstream URL: | https://github.com/nomic-ai/gpt4all |
Keywords: | chatgpt gptj.cpp gui llama.cpp offline |
Licenses: | MIT |
Conflicts: | gpt4all-chat |
Provides: | gpt4all-chat |
Submitter: | jgmdev |
Maintainer: | jgmdev |
Last Packager: | jgmdev |
Votes: | 14 |
Popularity: | 0.018402 |
First Submitted: | 2023-05-12 17:04 (UTC) |
Last Updated: | 2024-10-04 04:24 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-noguiAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-httpserver
- qt6-shadertools
- qt6-svg
- qt6-wayland
- qt6-webengine
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
- shaderc (shaderc-gitAUR) (make)
- vulkan-tools (vulkan-tools-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ZhangHua commented on 2023-09-12 12:52 (UTC)
I think we may need to add
-DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
to cmake. Because vulkan cannot be initialized successfully in a headless environment like CI or container. This results the build failure if we build this package in chroot environment.quest commented on 2023-09-06 04:22 (UTC)
Builds just fine, but is trying to build the same commit every time I try and do an update.
ReneS commented on 2023-09-05 17:13 (UTC)
What ZhangHua said. I don't know about glslc but vulkan-tools definitely is a dependency now
ZhangHua commented on 2023-09-05 11:46 (UTC)
This package requires
vulkaninfo
andglslc
when building. This means that we need to addvulkan-tools
andshaderc
inmakedepends
.What's more, it will check vulkan's version by default, however, this is impossible in a chroot environment, so we may need to pass
-DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
to cmake.After this package is built, I ran namcap to check if there is anything forgotten. It says that
fmt
andpython
is required but not in thedepends
, so I think we may also need to add them into PKGBUILD.abougouffa commented on 2023-09-05 11:23 (UTC)
Thank you for the quick fix, I confirm it is working now. Thanks, @jgmdev.
CrashTD commented on 2023-09-05 10:15 (UTC)
thanks a lot for the quick reaction. works fine now. and so far the old models still work. but i have only tested Wizard and Hermes.
jgmdev commented on 2023-09-05 04:17 (UTC)
@MetzKetz and @abougouffa the install step should be fixed now, had to patch some cmake install scripts since they try to install non-existent files, this should be a temporary fix until upstream fixes their cmake stuff. Also WARNING, seems like newer version is not compatible with older models.
abougouffa commented on 2023-09-04 23:36 (UTC) (edited on 2023-09-04 23:39 (UTC) by abougouffa)
Not compiling on my machine either!
CrashTD commented on 2023-09-03 10:01 (UTC) (edited on 2023-09-03 10:02 (UTC) by CrashTD)
Fails to build
Tio commented on 2023-08-31 21:04 (UTC)
Not working for me either...
« First ‹ Previous 1 2 3 4 5 Next › Last »