Search Criteria
Package Details: alpaca-ai 4.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alpaca-ai.git (read-only, click to copy) |
---|---|
Package Base: | alpaca-ai |
Description: | Alpaca is an Ollama client where you can manage and chat with multiple models, Alpaca provides an easy and begginer friendly way of interacting with local AI, everything is open source and powered by Ollama. |
Upstream URL: | https://github.com/Jeffser/alpaca |
Keywords: | ai alpaca gpt gptchat |
Licenses: | GPL-3.0-only |
Submitter: | radiolin |
Maintainer: | radiolin |
Last Packager: | radiolin |
Votes: | 6 |
Popularity: | 2.22 |
First Submitted: | 2024-09-01 20:50 (UTC) |
Last Updated: | 2025-02-04 16:13 (UTC) |
Dependencies (25)
- appstream
- desktop-file-utils (desktop-file-utils-gitAUR)
- gettext (gettext-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- libspelling (libspelling-gitAUR)
- libvoikko
- nuspell (nuspell-gitAUR)
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-gitAUR, ollama-rocm-gitAUR, ollama-for-amd-gitAUR)
- pkgconf (pkgconf-gitAUR)
- python-grequests
- python-html2text
- python-matplotlib (python-matplotlib-gitAUR)
- python-odfpy
- python-pillow (python-pillow-simd-gitAUR)
- python-pydbus (python-pydbus-gitAUR)
- python-pyicu
- python-pypdf
- python-pytube
- Show 5 more dependencies...
Latest Comments
Mattyan commented on 2025-02-05 15:10 (UTC) (edited on 2025-02-08 14:58 (UTC) by Mattyan)
This AUR version produces nonsense and broken text using either the integrated or a local Ollama instance, running any model, while the flatpak version works as expected. Example (running llama3.2:3b):
- Can you write a story? - I'd be happy to write a story for you. Here remember. But as she wandered the island's paths, she began to realize that she was alone. There were had lost. And then, onides were low and the stars sh ear – a voice that seemed to. "Lena looked no one
Running from terminal only gives some gtk related warnings and a gtk critical:gtk_text_buffer_insert: assertion 'gtk_text_iter_get_buffer (iter) == buffer' failed
EDIT: after discovering that the generation is correct if I minimize the window as soon as possible, I found out that the problem happens while running it in a Wayland session, I don't know why exactly. Forcing X11 backend makes it work as it shouldGDK_BACKEND=x11 alpaca
PolGZ commented on 2025-02-03 13:24 (UTC)
Could it be missing a dependencie?
After installing python-matplotlib it worked fine.
aseoista commented on 2025-02-03 08:41 (UTC)
Missing dependency for
libspelling
radiolin commented on 2025-01-11 21:14 (UTC)
At the moment, I can't update the version to 3.2.0 because it freezes.
muziknavi commented on 2024-12-10 08:00 (UTC)
Probably needs update pydbus > python-pydbus
schneensch commented on 2024-11-09 02:21 (UTC)
There is a missing dependency for
python-pillow
aseoista commented on 2024-10-14 15:43 (UTC)
I think the dependency
vte4
is missingradiolin commented on 2024-09-20 22:10 (UTC)
sps
darazaki commented on 2024-09-15 18:08 (UTC)
Hi! You're missing a dependency on
gtksourceview5
, I got the following error before installing that missing package:Thanks for maintaining this
alpaca-ai
package :)