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: | 1.43 |
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-gitAUR, openssl-staticAUR)
- python-absl
- python-flatbuffers (python-flatbuffers-gitAUR)
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- gcc13 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (4)
- python-jax (requires python-jaxlib)
- python-jax-bin (requires python-jaxlib)
- python-safetensors (requires python-jaxlib) (check)
- python-safetensors (requires python-jaxlib) (optional)
Latest Comments
1 2 3 4 Next › Last »
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
medaminezghal commented on 2024-11-10 11:47 (UTC)
@actionless Could you send me the necessary files to build it?
actionless commented on 2024-11-10 08:06 (UTC)
yup
medaminezghal commented on 2024-11-10 05:53 (UTC)
@actionless did you manage to compile it successfully as I see in the GitHub discussion?
medaminezghal commented on 2024-11-05 17:59 (UTC) (edited on 2024-11-06 06:18 (UTC) by medaminezghal)
@daskol @actionless I get this error when compiling: clang: error: argument unused during compilation: '--cuda-path=external/cuda_nvcc' [-Werror,-Wunused-command-line-argument] when compiling borinssl
daskol commented on 2024-11-05 14:13 (UTC)
@medaminezghal Try
--jobs
option in Bazel. Also, there should be an option to limit memory usage per job but not sure.1 2 3 4 Next › Last »