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.003181 |
| 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
actionless commented on 2023-05-10 10:48 (UTC)
i'm having this error:
/usr/include/bits/mathcalls.h(62): error: identifier "_Float32" is undefined extern _Float32 cosf32 (_Float32 __x) noexcept (true); extern _Float32 __cosf32 (_Float32 __x) noexcept (true);mb it doesn't like latest gcc
petronny commented on 2023-03-28 11:06 (UTC) (edited on 2023-03-28 11:06 (UTC) by petronny)
I'm getting the same error like @mergen does.
Full build log: https://github.com/arch4edu/cactus/actions/runs/4542255602/jobs/8005443180
PS. It's built on a CPU-only machine.
mergen commented on 2023-03-26 08:57 (UTC) (edited on 2023-03-26 08:57 (UTC) by mergen)
My computer has cuda 12.1.0-3 installed from the community repo and I am able to use it with pytorch or pip installed jax.
However, when I try to install this package, I get the following error:
« First ‹ Previous 1 2 3 4 5 6