Search Criteria
Package Details: ctranslate2 4.7.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ctranslate2.git (read-only, click to copy) |
|---|---|
| Package Base: | ctranslate2 |
| Description: | A C++ library for efficient inference with Transformer models. |
| Upstream URL: | https://github.com/OpenNMT/CTranslate2 |
| Licenses: | MIT |
| Submitter: | yochananmarqos |
| Maintainer: | lubosz |
| Last Packager: | lubosz |
| Votes: | 5 |
| Popularity: | 0.185771 |
| First Submitted: | 2023-12-10 15:32 (UTC) |
| Last Updated: | 2026-03-07 13:47 (UTC) |
Dependencies (15)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libgomp (libgomp-fast-optimizedAUR, libgomp-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit-2025AUR, intel-deep-learning-essentialsAUR, intel-oneapi-toolkit) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
Sources (10)
- 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/cutlass.git
- git+https://github.com/NVIDIA/thrust.git
- git+https://github.com/OpenNMT/CTranslate2.git#tag=v4.7.1
- git+https://github.com/pytorch/cpuinfo.git
Latest Comments
« First ‹ Previous 1 2 3
wyrmku commented on 2024-04-10 22:09 (UTC)
if any parents of the build director has a space in it, fails with `/usr/bin/cc is not able to compile a simple test program.``
yochananmarqos commented on 2024-04-02 14:21 (UTC)
@acgtyrant: I'm not sure exactly why the tests fail, that's why they're disabled currently.
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():I appreciate your reading and help!
« First ‹ Previous 1 2 3