Search Criteria
Package Details: python-jaxlib-cuda 0.4.38-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jaxlib-cuda.git (read-only, click to copy) |
---|---|
Package Base: | python-jaxlib-cuda |
Description: | XLA library for JAX |
Upstream URL: | https://github.com/jax-ml/jax/ |
Keywords: | deep-learning google jax maching-learning xla |
Licenses: | Apache |
Groups: | jax |
Conflicts: | python-jaxlib |
Provides: | python-jaxlib |
Submitter: | daskol |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 9 |
Popularity: | 0.40 |
First Submitted: | 2023-02-12 23:18 (UTC) |
Last Updated: | 2024-12-24 19:26 (UTC) |
Dependencies (14)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- cudnn
- nccl (nccl-gitAUR)
- openssl (openssl-staticAUR, openssl-gitAUR)
- python-absl
- python-flatbuffers (python-flatbuffers-gitAUR)
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- gcc13 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (6)
- python-blackjax (requires python-jaxlib)
- python-jax (requires python-jaxlib)
- python-jax-bin (requires python-jaxlib)
- python-safetensors (requires python-jaxlib) (check)
- python-safetensors (requires python-jaxlib) (optional)
- python-safetensors-bin (requires python-jaxlib) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
truncs commented on 2025-03-05 17:07 (UTC)
@medaminezghal This works! Thanks for sharing the PKGBUILD file
medaminezghal commented on 2025-03-01 16:14 (UTC)
@daskol I have successfully built the package using this PKGBUILD file:
medaminezghal commented on 2025-02-27 16:52 (UTC)
@daskol could you update this package to the latest version?
medaminezghal commented on 2025-02-12 13:02 (UTC) (edited on 2025-02-12 13:59 (UTC) by medaminezghal)
@daskol I have successfully built the jaxlib-cuda 0.5.0 using this fix and this file from this commit.
medaminezghal commented on 2025-02-10 07:39 (UTC)
@daskol do we need to wait until the xla be compatible with CUDA 12.8?
eterhskip commented on 2025-01-23 18:20 (UTC)
Package is not building for me.
actionless commented on 2025-01-02 17:06 (UTC)
it doesn't build if
ccache
is installed, workaround:daskol commented on 2024-12-26 01:14 (UTC) (edited on 2024-12-26 01:37 (UTC) by daskol)
@medaminezghal You can add the following to your
.bashrc
or.zshrc
or any other esource file of your shell.Building with local CUDA is broken in JAX across multiple version. So it takes some time. Patch to upstream repository is ready.
medaminezghal commented on 2024-12-25 14:13 (UTC) (edited on 2024-12-25 15:08 (UTC) by medaminezghal)
This happen when I test a simple example. To use jax properly, I need to execute
export XLA_FLAGS=--xla_gpu_cuda_data_dir=/opt/cuda
every time I launch terminal. Could find any solution in the installation process?actionless commented on 2024-11-10 13:48 (UTC)
it doesn't require any extra files, just update the pkgbuild with the command i described in the github issue
1 2 3 4 5 Next › Last »