Search Criteria
Package Details: python-jaxlib 0.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jaxlib.git (read-only, click to copy) |
---|---|
Package Base: | python-jaxlib |
Description: | XLA library for JAX |
Upstream URL: | https://github.com/jax-ml/jax/ |
Keywords: | deep-learning google jax machine-learning xla |
Licenses: | Apache-2.0 |
Groups: | jax |
Submitter: | daskol |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 8 |
Popularity: | 0.74 |
First Submitted: | 2021-01-12 12:50 (UTC) |
Last Updated: | 2025-04-20 20:53 (UTC) |
Dependencies (9)
- python-absl
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- clang18 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (5)
- python-blackjax
- python-jax
- python-jax-bin
- python-safetensors (optional)
- python-safetensors-bin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
zxeoc commented on 2024-06-12 07:51 (UTC) (edited on 2024-06-15 00:55 (UTC) by zxeoc)
I got an error when updating:
There's only 0.3.2-2 version for python-ml-dtypes in the repo. What should I do?
Edit: python-ml-dtypes updated, problem solved.
jl2 commented on 2024-04-06 06:09 (UTC)
Hi, would it be possible to somehow add clang support either by default or with a condition to check $CC/$CXX? The relevant option is "--use_clang"
daskol commented on 2024-01-10 11:12 (UTC)
@alaskan_malamut Does this work around helpful for you? https://aur.archlinux.org/packages/python-jaxlib#comment-947684
petronny commented on 2024-01-10 05:00 (UTC)
Hi, in the PKGBUILD there is
--target_cpu_feature
but the option is actually--target_cpu_features
.carlosal1015 commented on 2024-01-06 22:59 (UTC) (edited on 2024-01-06 23:00 (UTC) by carlosal1015)
Maybe will be fix with this change in PKGBUILD for
python-jaxlib
.alaskan_malamute commented on 2024-01-06 15:34 (UTC)
I get errors while compiling on Manjaro https://pastebin.com/eCeAuS06 I want to run it with https://huggingface.co/microsoft/speecht5_tts but I get error RuntimeError: This version of jaxlib was built using AVX instructions, which your CPU and/or operating system do not support. You may be able work around this issue by building jaxlib from source.
https://pastebin.com/QBRYkMU8
carlosal1015 commented on 2023-12-21 02:15 (UTC)
I think conflicts array should have
python-jaxlib-cuda
instead of own package.gatsby commented on 2023-12-16 21:46 (UTC)
@daskol That worked!
After a day of compilation I had to extend the swap with a file, and, after another day of compilation I verified it.
Thank you sir
daskol commented on 2023-12-13 14:40 (UTC) (edited on 2023-12-13 14:42 (UTC) by daskol)
@gatsby I see. I guess the issue is that AVX is a target architecture by default (in release configuration). Try to this patch.
Your machine is pretty oldie indeed. :)
FYI The issue is that
protoc
is shipped withjax
sources and is built from sources. With targeting newer hardwareprotoc
fails to run.gatsby commented on 2023-12-13 14:34 (UTC)
Thanks for the advice.
I have launched the command bazel-6.1.2-linux-x86_64 with the indicated parameters and internally it gives an error in another instruction
This executable ./bin/external/com_google_protobuf/protoc indicates that the instruction does not exist: SIGILL (Illegal instruction).
However, when I launch the default protoc installed on the machine it works.
I infer that it is because the CPU-enabled instruction set in the protoc binary that downloads.
I'm afraid that there is no easy way to solve this.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »