Search Criteria
Package Details: python-safetensors 0.4.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-safetensors.git (read-only, click to copy) |
---|---|
Package Base: | python-safetensors |
Description: | Simple, safe way to store and distribute tensors |
Upstream URL: | https://github.com/huggingface/safetensors |
Licenses: | Apache-2.0 |
Submitter: | Henry-ZHR |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 6 |
Popularity: | 1.04 |
First Submitted: | 2023-01-08 09:54 (UTC) |
Last Updated: | 2024-12-18 15:54 (UTC) |
Dependencies (28)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-setuptools-rust (python-setuptools-rust-gitAUR) (make)
- python-wheel (make)
- flake8 (check)
- python-black (python-black-gitAUR) (check)
- python-click (check)
- python-flaxAUR (check)
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi) (check)
- python-huggingface-hubAUR (python-huggingface-hub-gitAUR) (check)
- python-hypothesis (check)
- python-isort (check)
- python-jaxAUR (python-jax-binAUR) (check)
- python-jaxlibAUR (python-jax-rocmAUR, python-jaxlib-cudaAUR, python-jaxlib-binAUR) (check)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (check)
- python-pytest (check)
- python-pytest-benchmark (check)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (check)
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (check)
- python-flaxAUR (optional)
- python-jaxAUR (python-jax-binAUR) (optional)
- python-jaxlibAUR (python-jax-rocmAUR, python-jaxlib-cudaAUR, python-jaxlib-binAUR) (optional)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (optional)
- python-paddlepaddleAUR (python-paddlepaddle-gitAUR, python-paddlepaddle-cuda-gitAUR, python-paddlepaddle-cudaAUR) (optional)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional)
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4
Henry-ZHR commented on 2023-07-30 02:07 (UTC)
@ruro According to ArchWiki, "it helps to make sure software has been built correctly and works fine with its dependencies"
I don't think we can "make sure it works fine with its dependencies" unless we run the full test suite
ruro commented on 2023-07-29 22:39 (UTC)
You definitely shouldn't run the full test suite during
check
. This step is for checking whether the build process succeeded and that the system is compatible with the built package (minimal sanity checks), not for testing the correctness or the quality of the source code of the package (unit tests, regression tests, linting, etc).Henry-ZHR commented on 2023-06-17 04:18 (UTC)
@matiasvlevi It should work now (although imperfectly)
Actually I think avoiding the tests is optimal because of the heavy dependency...
matiasvlevi commented on 2023-06-16 05:58 (UTC)
I had to disable
pytest test
in the PKGBUILD for the package to install correctly.It seems like the tests weren't able to find the 'safetensors' package. Now that I skipped the tests, the package is available on my system.
This may need further investigation, avoiding the tests is not optimal.
« First ‹ Previous 1 2 3 4