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.018778 |
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 »
m78 commented on 2023-07-14 09:30 (UTC)
does not start: [Warning] (Fri Jul 14 11:26:24 2023): QRhiGles2: Failed to create context [Warning] (Fri Jul 14 11:26:24 2023): Failed to create RHI (backend 2) [Fatal] (Fri Jul 14 11:26:24 2023): Failed to initialize graphics backend for OpenGL. Aborted (core dumped)
salan54 commented on 2023-07-11 10:11 (UTC)
Thanks @ZhangHua for the tip. Now it works... And thanks to @jgmdev for the new launcher.
jgmdev commented on 2023-07-10 20:08 (UTC) (edited on 2023-07-10 20:08 (UTC) by jgmdev)
Updated to include the new
qt6-wayland
dependency and also added a/usr/bin/gpt4all-chat
launcher for easy cli access.ZhangHua commented on 2023-07-10 07:36 (UTC)
@salan54 You can check the
gpt4all-chat.desktop
file, it adds a LD_LIBRARY_PATH variable to let program load custom library.salan54 commented on 2023-07-08 13:36 (UTC) (edited on 2023-07-08 13:37 (UTC) by salan54)
I get this message when I try to launch the binary :
./gpt4all-chat: error while loading shared libraries: libllmodel.so.0: cannot open shared object file: No such file or directory
I followed @Gilfoyle suggestions and copy all the libs to /opt/gpt4all-chat/bin, but to no avail. Any ideas to have this working.. Thanks a lot!
ZhangHua commented on 2023-07-07 04:35 (UTC)
It requires qt6-wayland to be built correctly since commit c987e56db7286e09b7a208267d0f6bc7fcad9704
m78 commented on 2023-07-06 18:17 (UTC) (edited on 2023-07-06 18:22 (UTC) by m78)
Error:
==> Starting build()... -- Could NOT find Qt6WaylandCompositor (missing: Qt6WaylandCompositor_DIR) CMake Error at CMakeLists.txt:42 (find_package): Found package configuration file:
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package:
Failed to find required Qt component "WaylandCompositor".
Expected Config file at "/usr/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfig.cmake" does NOT exist
Configuring with --debug-find-pkg=Qt6WaylandCompositor might reveal details why the package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some of the path variables that find_package uses to try and find the package.
Line 42 from CMakeLists.txt:
if(LINUX) find_package(Qt6 6.5 COMPONENTS Core Quick WaylandCompositor QuickDialogs2 Svg HttpServer Sql Pdf REQUIRED) else() find_package(Qt6 6.5 COMPONENTS Core Quick QuickDialogs2 Svg HttpServer Sql Pdf REQUIRED) endif()
Package name is qt6-base not Qt6..
If I set Qt6_FOUND to True in /usr/lib/cmake/Qt6/Qt6Config.cmake
get the error
-- Could NOT find Qt6WaylandCompositor (missing: Qt6WaylandCompositor_DIR)
any help please?
burster commented on 2023-06-24 00:41 (UTC)
For me installation and the program are working fine now.
chovy commented on 2023-06-09 04:08 (UTC) (edited on 2023-06-09 04:08 (UTC) by chovy)
« First ‹ Previous 1 2 3 4 5 Next › Last »