Skip to content
@archlinux-ai

ArchLinux AI

ArchLinux User Repository for Artificial Intelligence

This ArchLinux User Repository (AUR) is aimed at distribution of software for artificial intelligence, machine learning, and scientific applications in general. The rationale behind it is to maintain single and uniform environment with support of containerization technologies across different hosts for training and experimenting with modern neural networks without much pain.

Usage

In order to start using it, update pacman config and add the following lines to pacman.conf.

# /etc/pacman.conf
[ai]
SigLevel = Optional TrustAll
Server = https://arch.daskol.xyz/$repo/os/$arch

Then refresh package databases with pacman -Sy. Now, you can use it: see list of prebuilt packages or install JAX with CUDA devices support.

pacman -Sl ai  # List packages in repo.
pacman -S python-jax python-jaxlib-cuda

Also, there is a pre-built docker images on top of corresponding base of archlinux:base and archlinux:base-devel images.

docker pull ghcr.io/archlinux-ai/base  # small and simple
docker pull ghcr.io/archlinux-ai/base-devel  # devtools inside

Popular repositories

  1. .github .github Public

  2. python-diffusers python-diffusers Public

    Shell

  3. python-dm-tree python-dm-tree Public

    Shell

  4. python-etils python-etils Public

    Shell

  5. python-accelerate python-accelerate Public

    Shell

  6. python-cmaes python-cmaes Public

    Shell

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…