@acgtyrant: I'm not sure exactly why the tests fail, that's why they're disabled currently.
Search Criteria
Package Details: python-ctranslate2 4.5.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ctranslate2.git (read-only, click to copy) |
---|---|
Package Base: | ctranslate2 |
Description: | A Python library for efficient inference with Transformer models. |
Upstream URL: | https://opennmt.net/CTranslate2 |
Licenses: | MIT |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 3 |
Popularity: | 0.058562 |
First Submitted: | 2023-12-10 15:32 (UTC) |
Last Updated: | 2025-03-31 20:22 (UTC) |
Dependencies (18)
- ctranslate2AUR (ctranslate2-gitAUR, python-ctranslate2-binAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pytorch (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-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-setuptools
- python-yaml (python-yaml-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- gcc13 (make)
- git (git-gitAUR, git-glAUR) (make)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit) (make)
- onednn (onednn-gitAUR) (make)
- openblas (openblas-lapackAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytorch-cuda (python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-opt-cuda) (optional)
Required by (2)
Sources (9)
- git+https://github.com/gabime/spdlog.git
- git+https://github.com/google/cpu_features.git
- git+https://github.com/google/googletest.git
- git+https://github.com/google/ruy.git
- git+https://github.com/jarro2783/cxxopts.git
- git+https://github.com/NVIDIA/cub.git
- git+https://github.com/NVIDIA/thrust.git
- git+https://github.com/OpenNMT/CTranslate2.git#tag=v4.5.0
- git+https://github.com/pytorch/cpuinfo.git
Latest Comments
« First ‹ Previous 1 2
yochananmarqos commented on 2024-04-02 14:21 (UTC)
acgtyrant commented on 2024-04-02 06:36 (UTC)
Hello, I am trying to determine whether I built ctranslate2 with cuDNN succesfully. However after I added -DBUILD_TESTS='ON'
and uncommented the check function, a failure occured in check():
==> Starting check()...
/var/cache/private/pikaur/build/ctranslate2/PKGBUILD: line 125: ./tests/ctranslate2_test: No such file or directory
I appreciate your reading and help!
Pinned Comments
yochananmarqos commented on 2024-10-24 19:03 (UTC)
PSA: I just enabled OPENBLAS, but I had to disable both MKL and DNNL to do it. Please let me know how that goes.