Search Criteria
Package Details: local-ai-hipblas 2.22.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/local-ai.git (read-only, click to copy) |
---|---|
Package Base: | local-ai |
Description: | Free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first (with AMD ROCm optimizations) |
Upstream URL: | https://github.com/mudler/LocalAI |
Licenses: | MIT |
Conflicts: | local-ai |
Provides: | local-ai |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 2 |
Popularity: | 0.001042 |
First Submitted: | 2023-11-02 18:27 (UTC) |
Last Updated: | 2024-10-22 08:45 (UTC) |
Dependencies (17)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- rocm-hip-runtime (opencl-amdAUR)
- c-ares (c-ares-gitAUR) (make)
- clblast (clblast-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- grpc (make)
- intel-oneapi-basekit (make)
- make (make-gitAUR) (make)
- openblas (openblas-lapackAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- re2 (re2-gitAUR) (make)
- rocm-hip-sdk (opencl-amd-devAUR) (make)
- upx (upx-gitAUR) (make)
Latest Comments
z3n commented on 2024-04-13 13:04 (UTC)
with latest update 2.14.2 i always get an error trying to build tinydream
dreieck commented on 2024-03-27 09:59 (UTC)
Ahoj,
can you please not have
ccache
as a mandatory make dependency?You can have it optional (check if it is present and then enable).
Also, there is the
ccache
option a user can locally set in/etc/makepkg.conf
to controlccache
.Regards!
dreieck commented on 2024-03-26 08:04 (UTC) (edited on 2024-03-26 08:24 (UTC) by dreieck)
In
prepare()
, if you really cannot move the submodule downloads into thesource
array, please changeto
Depending on the internet connection,
-j8
is prone to fail with git clones (for me it does) (and sometimes leading to a damaged build directory which needs to be erased before re-try, meaning all downloads need to be start at zero again, with the same prone to failure, effectively making it impossible to finishprepare()
):dreieck commented on 2024-03-26 08:04 (UTC) (edited on 2024-03-26 08:04 (UTC) by dreieck)
Regarding git submodules, is it possible to follow Arch Linux guide on git submodules and download them via the
source
array and then only reference them inprepare()
?I.e. download the followint already via the
source
array?:This would also solve problems when the download fails and the sometimes the whole build directory needs to be deleted to be able to resume build (meaning also the already downloaded stuff also needs to be re-downloaded).
Regards and thanks for maintaining!
dreieck commented on 2024-03-26 07:33 (UTC) (edited on 2024-03-26 08:11 (UTC) by dreieck)
Here in the AUR are
local-ai
andlocal-ai-git
.The former is the release variant, the latter the
-git
-variant, of the same code.But their "base" names differ (
local-ai
vs.localai
).Can you, both maintainers of the two packages, decide on a common package name and unify the naming, i.e. naming both
localai
andlocalai-git
ORlocal-ai
andlocal-ai-git
?Regards!