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: | 1.07 |
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-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- 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 »
truncs commented on 2024-09-26 18:40 (UTC) (edited on 2024-09-26 18:41 (UTC) by truncs)
Seems like jaxlib and jax versions are not in sync.
actionless commented on 2024-08-13 00:57 (UTC)
i've finally solved previously mentioned problem by adding this before the last line of
build()
func:actionless commented on 2024-08-11 04:02 (UTC)
i'm getting this error during the build:
for some reason it's looking for that lib inside
cuda
's install dir (/opt/cuda) instead of the correct path:intelfx commented on 2024-05-12 20:48 (UTC)
Does this really need to download an outdated bazel blob and install a doubly outdated gcc (that has since been dropped from the Arch repositories and needs to be built from source)?
daskol commented on 2024-04-04 00:01 (UTC)
@bakamotokatas Thank you for the hint. Downgrading to
bazel
v6 solves the issue. There is no abazel6
package in AUR thus it is vendored directly.bakamotokatas commented on 2024-03-27 10:55 (UTC) (edited on 2024-03-27 11:38 (UTC) by bakamotokatas)
Hello,
I am getting this error
edit: apple_common.multi_arch_split seems to have been deleted with bazel 7.
h3ss commented on 2023-11-09 15:23 (UTC)
Thanks @daskol! Confirmed fixed :)
daskol commented on 2023-11-09 13:00 (UTC)
@h3ss Fixed. Sorry for delay.
h3ss commented on 2023-10-27 17:09 (UTC)
@daskol, when you get a chance, could you please apply the same fix to this package as you did to python-jaxlib? Specifically moving environment variable assignments into the
build
function. Thanks!« First ‹ Previous 1 2 3 4 Next › Last »