Package Details: python-jaxlib-cuda 0.4.38-1

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: 0.56
First Submitted: 2023-02-12 23:18 (UTC)
Last Updated: 2024-12-24 19:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

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.

medaminezghal commented on 2024-11-05 13:24 (UTC) (edited on 2024-11-05 13:25 (UTC) by medaminezghal)

@actionless I can't build it with the actual amount of RAM. Is there any methods to make bazel build use less RAM?

medaminezghal commented on 2024-11-05 11:36 (UTC)

I have 16GB RAM, I didn’t monitor my system when building.

actionless commented on 2024-11-05 10:35 (UTC)

that's weird (and sound pretty much unrelated to the build process itself). mb you getting out of ram and OOM-handler kills the terminal

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