Search Criteria
Package Details: python-jaxlib-cuda 0.4.31-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/google/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: | 8 |
Popularity: | 0.70 |
First Submitted: | 2023-02-12 23:18 (UTC) |
Last Updated: | 2024-08-13 00:26 (UTC) |
Dependencies (15)
- 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-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- gcc13 (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (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
« First ‹ Previous 1 2 3 4 Next › Last »
medaminezghal commented on 2024-11-05 10:34 (UTC)
@actionless I can't tell because the terminal close suddenly for no reason
actionless commented on 2024-11-05 10:04 (UTC)
but, at first place, what error do you have, about cudnn or cupti?
medaminezghal commented on 2024-11-05 10:02 (UTC)
@actionless both sources for package jax and jaxlib are the same. So you can use jax sources to compile the jax library
medaminezghal commented on 2024-11-05 09:58 (UTC)
@actionless the latest version in pypi is 0.4.35 may be in the source files they combine both packages jax and jaxlib
actionless commented on 2024-11-05 09:49 (UTC)
what link should i use to try it, i see there the latest jaxlib 0.4.32:
https://github.com/jax-ml/jax/tags
medaminezghal commented on 2024-11-05 09:42 (UTC)
@actionless does it work for the latest version (0.4.35)?
actionless commented on 2024-11-05 08:59 (UTC)
yup, i've posted a patch below
but it probably need some additional bazel command for downloading the files without build - otherwise it would be nothing to patch yet (so build would succeed only after restart after 1st fail)
daskol commented on 2024-11-05 08:54 (UTC)
@medaminezghal I will try one more time but last time it seems impossible without patching bazel's
BUILD
files (see discussion)medaminezghal commented on 2024-11-05 08:19 (UTC)
@daskol could you update this package to the latest version (0.4.35)?
daskol commented on 2024-09-26 19:46 (UTC) (edited on 2024-10-23 22:50 (UTC) by daskol)
@truncs Yes, there is a building issues with clang18 and local cuda.
UPD It turns out that there are multiple issues related to building
jaxlib
with CUDA support (see jax-ml/jax#23689).-isystem
option) leads to broken#include_next
inclusion.« First ‹ Previous 1 2 3 4 Next › Last »