Search Criteria
Package Details: python-jaxlib-cuda 0.6.0-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-2.0 | 
| Groups: | jax | 
| Conflicts: | python-jaxlib | 
| Provides: | python-jaxlib | 
| Submitter: | daskol | 
| Maintainer: | daskol | 
| Last Packager: | daskol | 
| Votes: | 9 | 
| Popularity: | 0.003246 | 
| First Submitted: | 2023-02-12 23:18 (UTC) | 
| Last Updated: | 2025-04-20 20:54 (UTC) | 
Dependencies (12)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR, cuda-12.5AUR, cuda-12.9AUR)
- cudnn (cudnn9.10-cuda12.9AUR)
- nccl (nccl-cuda12.9AUR, nccl-gitAUR)
- python-absl
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- clang18 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (5)
- python-blackjax (requires python-jaxlib)
- python-jax (requires python-jaxlib)
- python-jax-bin (requires python-jaxlib)
- python-safetensors (requires python-jaxlib) (optional)
- python-safetensors-bin (requires python-jaxlib) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 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
ccacheis 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
.bashrcor.zshrcor 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)
W external/xla/xla/service/gpu/llvm_gpu_backend/default/nvptx_libdevice_path.cc:40] Can't find libdevice directory ${CUDA_DIR}/nvvm/libdevice. This may result in compilation or runtime failures, if the program we try to run uses routines from libdevice. Searched for CUDA in the following directories: ./cuda_sdk_lib python.runfiles/cuda_nvcc python/cuda_nvcc /usr/local/cuda /usr/lib/python3.13/site-packages/jax_plugins/xla_cuda12/../nvidia/cuda_nvcc /usr/lib/python3.13/site-packages/jax_plugins/xla_cuda12/../../nvidia/cuda_nvcc /usr/lib/python3.13/site-packages/jax_plugins/xla_cuda12/cuda . You can choose the search directory by setting xla_gpu_cuda_data_dir in HloModule's DebugOptions. For most apps, setting the environment variable XLA_FLAGS=--xla_gpu_cuda_data_dir=/path/to/cuda will work.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/cudaevery 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
« First ‹ Previous 1 2 3 4 5 6 Next › Last »